diff --git a/CHANGELOG.md b/CHANGELOG.md index a53a014..a4f72e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.3.0](https://github.com/TriPSs/conventional-changelog-action/compare/v1.2.0...v1.3.0) (2020-02-04) + + +### Features + +* Make the releaseCount configurable ([da75f59](https://github.com/TriPSs/conventional-changelog-action/commit/da75f5939add67131c5c804a1e2973ba6667957b)) + + + # [1.2.0](https://github.com/TriPSs/conventional-changelog-action/compare/v0.0.1...v1.2.0) (2019-10-18) diff --git a/node_modules/.yarn-integrity b/node_modules/.yarn-integrity index 47ed2df..f011023 100644 --- a/node_modules/.yarn-integrity +++ b/node_modules/.yarn-integrity @@ -1,5 +1,5 @@ { - "systemParams": "linux-x64-64", + "systemParams": "linux-x64-72", "modulesFolders": [ "node_modules" ], diff --git a/package.json b/package.json index 9d5c8c1..02cbfbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conventional-changelog-action", - "version": "1.2.0", + "version": "1.3.0", "description": "", "main": "index.js", "scripts": {