-
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
1 parent
0095696
commit 28da6f7
Showing
2 changed files
with
24 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1 @@ | ||
{} | ||
{".":"1.0.0"} |
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,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 |