Skip to content

Commit 2875284

Browse files
Merge pull request #37 from yashanand1910/release-please--branches--master
chore(master): release 1.5.0
2 parents c02c82a + 7de6a37 commit 2875284

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/yashanand1910/standard-release-notes/compare/v1.4.0...v1.5.0) (2024-04-09)
4+
5+
6+
### Features
7+
8+
* add support for versions like [vX.Y.Z] ([1153891](https://github.com/yashanand1910/standard-release-notes/commit/115389112edf77774ff10a3ee3299265c7623a2f)), closes [#35](https://github.com/yashanand1910/standard-release-notes/issues/35)
9+
10+
11+
### Bug Fixes
12+
13+
* failing tests for v[X.Y.Z] case ([b2d35ce](https://github.com/yashanand1910/standard-release-notes/commit/b2d35ce815b1f61f32692456afc82de994f70974))
14+
315
## [1.4.0](https://github.com/yashanand1910/standard-release-notes/compare/v1.3.0...v1.4.0) (2024-02-17)
416

517

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "standard-release-notes",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "A GitHub action to extract release notes for a version from the changelog generated by standard-version.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)