diff --git a/README.md b/README.md index a860dd1..da26352 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The generated changelog. ### Example usage ```yaml -uses: ardalanamini/auto-changelog@v1.0.1 +uses: ardalanamini/auto-changelog@v1.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} exclude: 'perf,other,breaking' diff --git a/package-lock.json b/package-lock.json index 2315e0e..4b18113 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "auto-changelog", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.1", + "version": "1.1.0", "license": "MIT", "dependencies": { "@actions/core": "^1.2.6", diff --git a/package.json b/package.json index e5b759d..177932d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-changelog", - "version": "1.0.1", + "version": "1.1.0", "private": true, "description": "Github Automatic Changelog action", "author": {