Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
chore(project): add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Olavo Parno committed Apr 5, 2019
1 parent 2ce091a commit 124fa9a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
## [1.3.3](https://github.com/olavoparno/jest-badges-readme/compare/1.2.9...1.3.3) (2019-04-05)



## [1.2.9](https://github.com/olavoparno/jest-badges-readme/compare/1.2.8...1.2.9) (2019-03-25)



## [1.2.8](https://github.com/olavoparno/jest-badges-readme/compare/1.2.7...1.2.8) (2019-03-21)



## [1.2.7](https://github.com/olavoparno/jest-badges-readme/compare/1.2.6...1.2.7) (2019-03-15)



## [1.2.6](https://github.com/olavoparno/jest-badges-readme/compare/v1.1.5...1.2.6) (2019-02-02)


### Bug Fixes

* **buildBadge:** adjust badge color ([993737e](https://github.com/olavoparno/jest-badges-readme/commit/993737e))
* **buildstatus:** change test string ([519e0d3](https://github.com/olavoparno/jest-badges-readme/commit/519e0d3))


### Features

* **badges:** add building badges feature ([285937b](https://github.com/olavoparno/jest-badges-readme/commit/285937b))



## [1.1.5](https://github.com/olavoparno/jest-badges-readme/compare/1490183...v1.1.5) (2018-11-24)


### Bug Fixes

* **package:** fix cli.js script ([1490183](https://github.com/olavoparno/jest-badges-readme/commit/1490183))


### Features

* **project:** add error handling ([f533869](https://github.com/olavoparno/jest-badges-readme/commit/f533869))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"version": "npm run format && git add -A src && conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"postversion": "git push && git push --tags"
},
"engines": {
Expand Down

0 comments on commit 124fa9a

Please sign in to comment.