Skip to content

Commit

Permalink
chore: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Jan 31, 2024
1 parent 0095696 commit 28da6f7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{".":"1.0.0"}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 1.0.0 (2024-01-31)

## What's Changed
* ci: adding GitHub Actions linting workflow by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/4
* docs: updating issues URL to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/6
* docs: removing GitLab CI/CD badges by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/7
* ci: adding clean Git history GitHub action by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/8
* docs: adding GitHub Release badge by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/9
* ci: adding Conventional Commits linting by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/10
* ci: adding release-please by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/13
* ci: updating release-please language by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/14
* perf: improving regex matching performance by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/17
* refactor: quoting usage of environment variables by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/19
* refactor: uppercasing global environment variable by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/20
* refactor: converting to unset rather than remove by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/21
* refactor: converting to set rather than add by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/22
* feat: removing '--version' option by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/24
* feat: removing '--list' option by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/25


**Full Changelog**: https://github.com/DeveloperC286/zsh-simple-abbreviations/compare/0.3.0...v1.0.0

0 comments on commit 28da6f7

Please sign in to comment.