From ce0cef805dec3ef2d01277deda646ea3b9ab3316 Mon Sep 17 00:00:00 2001 From: Neri Bez Fontana Date: Wed, 30 Nov 2022 20:15:27 -0300 Subject: [PATCH] chore(release): bump version number --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d5bbc..bdca011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 486c028..47ef03d 100644 --- a/package.json +++ b/package.json @@ -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"