chore(release): v1.3.0

releases/v3 v1.3.0
Conventional Changelog Action 2020-02-04 13:41:29 +00:00
parent 680193255b
commit 101465aae3
3 changed files with 11 additions and 2 deletions

View File

@ -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) # [1.2.0](https://github.com/TriPSs/conventional-changelog-action/compare/v0.0.1...v1.2.0) (2019-10-18)

2
node_modules/.yarn-integrity generated vendored
View File

@ -1,5 +1,5 @@
{ {
"systemParams": "linux-x64-64", "systemParams": "linux-x64-72",
"modulesFolders": [ "modulesFolders": [
"node_modules" "node_modules"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "conventional-changelog-action", "name": "conventional-changelog-action",
"version": "1.2.0", "version": "1.3.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {