Skip to content

Commit

Permalink
release v1.15.0 (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
miniscruff authored Oct 27, 2023
1 parent 0b09647 commit 1a76af9
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/Added-20231025-214101.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Changed-20231021-140739.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20231021-132322.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/Fixed-20231023-152507.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions .changes/v1.15.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## v1.15.0 on 2023-10-26

### Added

* [#561](https://github.com/miniscruff/changie/issues/561) Changie is now available as an NPM package: https://www.npmjs.com/package/changie

### Changed

* [#552](https://github.com/miniscruff/changie/issues/552) Merge will merge all projects versions if projects are enabled.

### Fixed

* [#554](https://github.com/miniscruff/changie/issues/554) Provide a better error message if a change file is invalid.
* [#559](https://github.com/miniscruff/changie/issues/559) Slashes in FragmentFileFormat resulting in unexpected file paths.
2 changes: 1 addition & 1 deletion .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ replacements:
- path: 'docs/static/version.json'
find: ' "latest": ".*"'
replace: ' "latest": "{{.Version}}"'
- path: npm/package.json
- path: package.json
find: ' "version": ".*",'
replace: ' "version": "{{.VersionNoPrefix}}",'
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [itself](https://github.com/miniscruff/changie).

## v1.15.0 on 2023-10-26

### Added

* [#561](https://github.com/miniscruff/changie/issues/561) Changie is now available as an NPM package: https://www.npmjs.com/package/changie

### Changed

* [#552](https://github.com/miniscruff/changie/issues/552) Merge will merge all projects versions if projects are enabled.

### Fixed

* [#554](https://github.com/miniscruff/changie/issues/554) Provide a better error message if a change file is invalid.
* [#559](https://github.com/miniscruff/changie/issues/559) Slashes in FragmentFileFormat resulting in unexpected file paths.

## v1.14.0 on 2023-10-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ summaryLength = 30
]
enable_anchor_link = true
issues_url = 'https://github.com/miniscruff/changie/issues/new'
version = 'v1.14.0'
version = 'v1.15.0'

[params.homepage_meta_tags]
meta_description = "Changie is a file based changelog management tool."
Expand Down
2 changes: 1 addition & 1 deletion docs/static/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"latest": "v1.14.0"
"latest": "v1.15.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "changie",
"version": "1.14.0",
"version": "1.15.0",
"author": "miniscruff",
"description": "Automated changelog tool for preparing releases with lots of customization options",
"bin": {
Expand Down

0 comments on commit 1a76af9

Please sign in to comment.