Skip to content

Commit

Permalink
update: release v2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Oct 10, 2023
1 parent e8792b4 commit 046b192
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skeet-framework/firestore",
"version": "2.3.0",
"version": "2.3.1",
"description": "Skeet Framework Plugin - Firestore",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -71,4 +71,4 @@
"*.{ts,css,md}": "prettier --write",
"*.ts": "eslint --fix"
}
}
}
2 changes: 1 addition & 1 deletion src/lib/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '2.3.0'
export const VERSION = '2.3.1'

0 comments on commit 046b192

Please sign in to comment.