Skip to content

Commit

Permalink
chore(release): bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nbfontana committed Nov 30, 2022
1 parent c41af34 commit ce0cef8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ All notable changes to this project will be documented in this file. See [standa
## [3.0.0](https://github.com/nbfontana/ngx-currency/compare/v2.5.3...v3.0.0) (2022-11-30)


### Bug Fixes

* allow negative at start of entry ([dad7b33](https://github.com/nbfontana/ngx-currency/commit/dad7b331749598494148997bc88db87d0ff7203b))

## [3.0.0](https://github.com/nbfontana/ngx-currency/compare/v2.5.3...v3.0.0) (2022-11-30)


### Bug Fixes

* allow negative at start of entry ([dad7b33](https://github.com/nbfontana/ngx-currency/commit/dad7b331749598494148997bc88db87d0ff7203b))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"gh-pages": "git checkout gh-pages && git merge master --no-edit --no-ff && npm run build:demo && npm run compodoc && git add . && git commit -m \"chore: build demo and docs\" && git push && git checkout master",
"release": "npm run release:git && npm run release:npm",
"prerelease": "npm test",
"release:git": "git add package.json && git commit -m \"chore(release): bump version number\" --no-verify && standard-version --first-release && git push --follow-tags origin master",
"release:git": "git add package.json && git commit -m \"chore(release): bump version number\" && standard-version --first-release --no-verify && git push --follow-tags origin master",
"release:npm": "npm run build:dist && npm publish dist",
"postrelease": "npm run build:clean && npm run gh-pages",
"codecov": "cat coverage/lcov.info | codecov"
Expand Down

0 comments on commit ce0cef8

Please sign in to comment.