-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
15,887 additions
and
36,271 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [0.1.0] - 2023-08-07 | ||
Customizable fields. | ||
|
||
### Added | ||
- Feature to customize the fields. | ||
- New field type `bool`. | ||
- The project does have a `CHANGELOG.md` now. The publish script automatically updates the `CHANGELOG.md`. | ||
|
||
### Removed | ||
- Feature `hideFields`. Because the fields itself are customizable now. | ||
|
||
## [0.0.4] - 2023-07-23 | ||
Change github actions release | ||
|
||
### Changed | ||
- Change github actions to run when a tag `v**` is pushed. | ||
|
||
### Fixed | ||
- Fix github actions permissions. Use `${{ secrets.GITHUB_TOKEN }}`. | ||
|
||
## [0.0.3] - 2023-07-23 | ||
Fix github actions release | ||
|
||
### Fixed | ||
- Fix github actions: remove prerelease, release directly instead. | ||
|
||
## [0.0.2] - 2023-07-23 | ||
Add github publisher and actions. To build the releases for all platforms with github actions | ||
|
||
### Added | ||
- Add publisher-github, github actions, and change npm publish script. | ||
|
||
## [0.0.1] - 2023-07-23 | ||
First version | ||
|
||
[0.1.0]: https://github.com/jhotadhari/chroco/compare/v0.0.4...v0.1.0 | ||
[0.0.4]: https://github.com/jhotadhari/chroco/compare/v0.0.3...v0.0.4 | ||
[0.0.3]: https://github.com/jhotadhari/chroco/compare/v0.0.2...v0.0.3 | ||
[0.0.2]: https://github.com/jhotadhari/chroco/compare/v0.0.1...v0.0.2 | ||
[0.0.1]: https://github.com/jhotadhari/chroco/releases/tag/v0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.