diff --git a/CHANGELOG.md b/CHANGELOG.md index eef9bcf..0d962ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.4.0 (2022-11-22) + +[๐Ÿ“ Release notes](https://github.com/AnandChowdhary/notes-summary/releases/tag/v1.4.0) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/notes-summary/compare/v1.3.1...v1.4.0) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/notes-summary/tree/v1.4.0) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/notes-summary/archive/v1.4.0.zip) ยท [tar.gz](https://github.com/AnandChowdhary/notes-summary/archive/v1.4.0.tar.gz)) + +### โœจ New features + +- [`7ea29a0`](https://github.com/AnandChowdhary/notes-summary/commit/7ea29a0) Add support for attributes + ## v1.3.1 (2022-11-22) [๐Ÿ“ Release notes](https://github.com/AnandChowdhary/notes-summary/releases/tag/v1.3.1) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/notes-summary/compare/v1.3.0...v1.3.1) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/notes-summary/tree/v1.3.1) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/notes-summary/archive/v1.3.1.zip) ยท [tar.gz](https://github.com/AnandChowdhary/notes-summary/archive/v1.3.1.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 7049669..5c82a5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notes-summary", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "notes-summary", - "version": "1.3.1", + "version": "1.4.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 521527e..8091d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notes-summary", - "version": "1.3.1", + "version": "1.4.0", "description": "Generate a summary for the notes in your GitHub repository", "main": "dist/index.js", "scripts": {