Skip to content

Commit

Permalink
🔖 Release v1.5.0 [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 52babac commit d7f71b8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## v1.5.0 (2022-11-24)

[📝 Release notes](https://github.com/AnandChowdhary/notes-summary/releases/tag/v1.5.0) · [💻 Compare](https://github.com/AnandChowdhary/notes-summary/compare/v1.4.4...v1.5.0) · [🔖 Tag](https://github.com/AnandChowdhary/notes-summary/tree/v1.5.0) · 🗄️ Archive ([zip](https://github.com/AnandChowdhary/notes-summary/archive/v1.5.0.zip) · [tar.gz](https://github.com/AnandChowdhary/notes-summary/archive/v1.5.0.tar.gz))

### ✨ New features

- [`7885c16`](https://github.com/AnandChowdhary/notes-summary/commit/7885c16) Add support for custom caption

### ♻️ Updates

- [`ac0685a`](https://github.com/AnandChowdhary/notes-summary/commit/ac0685a) Refactor notes to generate items
- [`40d71b1`](https://github.com/AnandChowdhary/notes-summary/commit/40d71b1) Use eval directory to allow require
- [`a8e9d7f`](https://github.com/AnandChowdhary/notes-summary/commit/a8e9d7f) Use @github/actions-script method for require

## 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))
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.4",
"version": "1.5.0",
"description": "Generate a summary for the notes in your GitHub repository",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d7f71b8

Please sign in to comment.