Skip to content

Commit

Permalink
chore(master): release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cerebrumcom committed Mar 16, 2023
1 parent a7379c0 commit 2f9ac18
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

## 1.0.2 (2023-03-16)


### Bug Fixes

* Do not use package-lock ([5db20fb](https://github.com/cerebruminc/prisma-stable-sort-middleware/commit/5db20fb685d9ff10dc844444a2c8d792488ca371))
* remove unneeded async keyword ([362ad3a](https://github.com/cerebruminc/prisma-stable-sort-middleware/commit/362ad3acc94972b259be11ef375f3c7ad672ec9c))
* Tidy up README ([620f19d](https://github.com/cerebruminc/prisma-stable-sort-middleware/commit/620f19d361758d9a78e5c700d191099677067bab))


### Miscellaneous Chores

* release 1.0.2 ([a7379c0](https://github.com/cerebruminc/prisma-stable-sort-middleware/commit/a7379c0b32b51cbee15e663a798f92f0d9bf7844))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerebruminc/prisma-stable-sort-middleware",
"version": "1.0.1",
"version": "1.0.2",
"description": "Guarantees stable sort order for all Prisma queries",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 2f9ac18

Please sign in to comment.