Skip to content

Commit 3305ff8

Browse files
authored
Merge pull request #1 from cerebruminc/release-please--branches--master--components--release-please-action
chore(master): release 1.0.2
2 parents a7379c0 + 2f9ac18 commit 3305ff8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 1.0.2 (2023-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Do not use package-lock ([5db20fb](https://github.com/cerebruminc/prisma-stable-sort-middleware/commit/5db20fb685d9ff10dc844444a2c8d792488ca371))
9+
* remove unneeded async keyword ([362ad3a](https://github.com/cerebruminc/prisma-stable-sort-middleware/commit/362ad3acc94972b259be11ef375f3c7ad672ec9c))
10+
* Tidy up README ([620f19d](https://github.com/cerebruminc/prisma-stable-sort-middleware/commit/620f19d361758d9a78e5c700d191099677067bab))
11+
12+
13+
### Miscellaneous Chores
14+
15+
* release 1.0.2 ([a7379c0](https://github.com/cerebruminc/prisma-stable-sort-middleware/commit/a7379c0b32b51cbee15e663a798f92f0d9bf7844))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cerebruminc/prisma-stable-sort-middleware",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Guarantees stable sort order for all Prisma queries",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)