Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorales committed Aug 28, 2022
1 parent d3b6510 commit c7f4930
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @lukemorales/query-key-factory

## 0.2.0

### Minor Changes

- Make serializable keys less strict
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lukemorales/query-key-factory",
"version": "0.1.0",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/lukemorales/query-key-factory.git"
Expand Down Expand Up @@ -70,7 +70,9 @@
"vitest": "^0.22.1"
},
"lint-staged": {
"*.ts": ["eslint src --ext .ts"]
"*.ts": [
"eslint src --ext .ts"
]
},
"engines": {
"node": "^14 || ^16",
Expand Down

0 comments on commit c7f4930

Please sign in to comment.