Skip to content

Commit

Permalink
chore(release): 1.5.0
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.0...v1.5.0) (2022-12-13)

### Features

* add test entry to CHANGELOG.md ([c39b3db](c39b3db))
  • Loading branch information
semantic-release-bot committed Dec 13, 2022
1 parent c39b3db commit 239b86a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changelog

# [1.5.0](https://github.com/JoshuaKGoldberg/template-typescript-package/compare/v1.4.0...v1.5.0) (2022-12-13)

### Features

- add test entry to CHANGELOG.md ([c39b3db](https://github.com/JoshuaKGoldberg/template-typescript-package/commit/c39b3db1ad2bf8cd9eb2939ac1d3bba848a2f3d5))

# [1.4.0](https://github.com/JoshuaKGoldberg/template-typescript-package/compare/v1.3.0...v1.4.0) (2022-12-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@
"test": "vitest"
},
"type": "module",
"version": "1.4.0"
"version": "1.5.0"
}

0 comments on commit 239b86a

Please sign in to comment.