diff --git a/CHANGELOG.md b/CHANGELOG.md index b60be4d..a2529e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.4.4 (2022-11-24) + +[๐Ÿ“ Release notes](https://github.com/AnandChowdhary/notes-summary/releases/tag/v1.4.4) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/notes-summary/compare/v1.4.3...v1.4.4) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/notes-summary/tree/v1.4.4) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/notes-summary/archive/v1.4.4.zip) ยท [tar.gz](https://github.com/AnandChowdhary/notes-summary/archive/v1.4.4.tar.gz)) + +### โ™ป๏ธ Updates + +- [`e696f1f`](https://github.com/AnandChowdhary/notes-summary/commit/e696f1f) Allow date to be number (e.g., 2022) + +### ๐Ÿ› Bug fixes + +- [`fbad5a1`](https://github.com/AnandChowdhary/notes-summary/commit/fbad5a1) Correctly parse year dates + ## v1.4.3 (2022-11-22) [๐Ÿ“ Release notes](https://github.com/AnandChowdhary/notes-summary/releases/tag/v1.4.3) ยท [๐Ÿ’ป Compare](https://github.com/AnandChowdhary/notes-summary/compare/v1.4.2...v1.4.3) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/notes-summary/tree/v1.4.3) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/notes-summary/archive/v1.4.3.zip) ยท [tar.gz](https://github.com/AnandChowdhary/notes-summary/archive/v1.4.3.tar.gz)) diff --git a/package-lock.json b/package-lock.json index 4430356..495e325 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notes-summary", - "version": "1.4.3", + "version": "1.4.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "notes-summary", - "version": "1.4.3", + "version": "1.4.4", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 28a9205..051e97e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notes-summary", - "version": "1.4.3", + "version": "1.4.4", "description": "Generate a summary for the notes in your GitHub repository", "main": "dist/index.js", "scripts": {