Skip to content

Commit

Permalink
🔖 Release v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Feb 22, 2021
1 parent 05ec66b commit fac611d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## v1.1.0 (2021-02-22)

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

### ✨ New features

- [`63ef811`](https://github.com/AnandChowdhary/notes-summary/commit/63ef811) Exec git commands instead of GitHub API

### ♻️ Updates

- [`a8aa649`](https://github.com/AnandChowdhary/notes-summary/commit/a8aa649) Add variable dirName, commitMessage
- [`16cb870`](https://github.com/AnandChowdhary/notes-summary/commit/16cb870) Add fallback for post title if exists
- [`890bb9f`](https://github.com/AnandChowdhary/notes-summary/commit/890bb9f) Prevet empty commits

### 🐛 Bug fixes

- [`ea2699f`](https://github.com/AnandChowdhary/notes-summary/commit/ea2699f) Use first commit for date, not last

### ⬆️ Dependency updates

- [`16fed64`](https://github.com/AnandChowdhary/notes-summary/commit/16fed64) Bump semantic-release from 17.3.4 to 17.3.6
- [`102d694`](https://github.com/AnandChowdhary/notes-summary/commit/102d694) Bump semantic-release from 17.3.6 to 17.3.7
- [`dacd9e3`](https://github.com/AnandChowdhary/notes-summary/commit/dacd9e3) Bump ts-jest from 26.4.4 to 26.5.0
- [`45782f5`](https://github.com/AnandChowdhary/notes-summary/commit/45782f5) Bump actions/cache from v2 to v2.1.4
- [`83f3009`](https://github.com/AnandChowdhary/notes-summary/commit/83f3009) Bump semantic-release from 17.3.7 to 17.3.8
- [`c7bfc78`](https://github.com/AnandChowdhary/notes-summary/commit/c7bfc78) Bump ts-jest from 26.5.0 to 26.5.1
- [`39dcd18`](https://github.com/AnandChowdhary/notes-summary/commit/39dcd18) Bump typescript from 4.1.3 to 4.1.4
- [`90f10d3`](https://github.com/AnandChowdhary/notes-summary/commit/90f10d3) Bump typescript from 4.1.4 to 4.1.5
- [`dec73aa`](https://github.com/AnandChowdhary/notes-summary/commit/dec73aa) Bump @types/fs-extra from 9.0.6 to 9.0.7
- [`0220b7e`](https://github.com/AnandChowdhary/notes-summary/commit/0220b7e) Bump vsoch/pull-request-action from 1.0.13 to 1.0.14
- [`935e4d7`](https://github.com/AnandChowdhary/notes-summary/commit/935e4d7) Bump pascalgn/automerge-action from v0.13.0 to v0.13.1
- [`4f008f9`](https://github.com/AnandChowdhary/notes-summary/commit/4f008f9) Bump semantic-release from 17.3.8 to 17.3.9
- [`4aec9fd`](https://github.com/AnandChowdhary/notes-summary/commit/4aec9fd) Bump vsoch/pull-request-action from 1.0.14 to 1.0.15
- [`4984061`](https://github.com/AnandChowdhary/notes-summary/commit/4984061) Bump stefanzweifel/git-auto-commit-action

## v1.0.5 (2021-01-20)

[📝 Release notes](https://github.com/AnandChowdhary/notes-summary/releases/tag/v1.0.5) · [💻 Compare](https://github.com/AnandChowdhary/notes-summary/compare/v1.0.4...v1.0.5) · [🔖 Tag](https://github.com/AnandChowdhary/notes-summary/tree/v1.0.5) · 🗄️ Archive ([zip](https://github.com/AnandChowdhary/notes-summary/archive/v1.0.5.zip) · [tar.gz](https://github.com/AnandChowdhary/notes-summary/archive/v1.0.5.tar.gz))
Expand Down
2 changes: 1 addition & 1 deletion 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.0.5",
"version": "1.1.0",
"description": "Generate a summary for the notes in your GitHub repository",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit fac611d

Please sign in to comment.