Skip to content

Commit

Permalink
🔖 Release v1.4.4 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Nov 24, 2022
1 parent 36d4ffa commit a094262
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit a094262

Please sign in to comment.