keep-a-changelog-new-release/CHANGELOG.md

73 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2020-02-17 15:51:52 +05:30
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2024-03-07 12:59:16 +05:30
### Changed
- Update action to use `node20`
2024-02-14 13:06:21 +05:30
## [2.0.0] - 2024-02-14
2023-11-21 08:09:07 +05:30
### Changed
- Update action to use `node16`
2021-10-12 11:24:31 +05:30
## [1.3.0] - 2021-10-12
2021-10-07 12:53:15 +05:30
### Added
- New optional `tag` argument allowing `v`-prefixed versions
### Changed
- The `version` argument is no longer required
### Deprecated
- The `version` argument will be replaced in favor of the `tag` argument
2021-02-23 10:35:30 +05:30
## [1.2.1] - 2021-02-23
2021-02-23 10:34:28 +05:30
### Fixed
- Allow `Unreleased` link reference to be lowercase.
## [1.2.0] - 2020-09-22
### Added
- Commit hook for preventing dist/index.js to be out of date after modifying Typescript files.
- Input `changelogPath` for making the path to the CHANGELOG.md file configurable. Defaults to "./CHANGELOG.md".
2020-02-17 15:51:52 +05:30
## [1.1.0] - 2020-02-17
2020-02-17 15:56:09 +05:30
### Added
- Add support for creating the first release using this action.
2020-02-17 15:51:52 +05:30
## [1.0.0] - 2020-02-15
### Added
- Initial release of this action!
2021-10-12 11:24:31 +05:30
-
2024-02-14 13:06:21 +05:30
[Unreleased]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/2.0.0...HEAD
[2.0.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.3.0...2.0.0
2020-02-17 15:51:52 +05:30
2021-10-12 11:24:31 +05:30
[1.3.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.2.1...1.3.0
2021-02-23 10:35:30 +05:30
[1.2.1]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.1.0...1.2.0
2020-02-17 15:51:52 +05:30
[1.1.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/1.0.0...1.1.0
[1.0.0]: https://github.com/thomaseizinger/keep-a-changelog-new-release/compare/8f254ca247120d87500da53956ae6c0c9d9fae3e...1.0.0