Skip to content

Commit

Permalink
chore(release): 0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
qinjialei24 committed Jul 3, 2021
1 parent f12af2c commit 8e8ec12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.3.23](https://github.com/qinjialei24/redux-brief/compare/v0.3.20...v0.3.23) (2021-07-03)

### [0.3.20](https://github.com/qinjialei24/redux-brief/compare/v0.3.11...v0.3.20) (2021-07-03)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-brief",
"version": "0.3.22",
"version": "0.3.23",
"description": "make redux easier to use",
"main": "dist/redux-brief.esm.min.js",
"types": "dist/api/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"reducer"
],
"scripts": {
"build": "tsc -p tsconfig.json && rollup -c",
"build-prod": "tsc -p tsconfig.json && NODE_ENV=production rollup -c ",
"watch:build": "tsc -p tsconfig.json -w",
"release": "npm run version && npm run build && npm publish",
"version": "standard-version",
Expand Down

0 comments on commit 8e8ec12

Please sign in to comment.