Skip to content

Commit

Permalink
docs: Release 2.1.0 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Mar 3, 2024
1 parent 25cce58 commit 1592864
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][],
and this project adheres to [Semantic Versioning][].

## 2.1.0
## [2.1.0]

### Added

Expand Down Expand Up @@ -149,3 +149,4 @@ Initial beta release
[1.0.0-rc]: https://github.com/mishamyrt/Nuga/releases/tag/v1.0.0-rc
[2.0.0]: https://github.com/mishamyrt/Nuga/releases/tag/v2.0.0
[2.0.1]: https://github.com/mishamyrt/Nuga/releases/tag/v2.0.1
[2.1.0]: https://github.com/mishamyrt/Nuga/releases/tag/v2.1.0
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.0.1
VERSION = 2.1.0
DIST_PATH = dist

OS := `echo $(shell uname) | tr A-Z a-z`
Expand Down Expand Up @@ -30,8 +30,8 @@ clean:
rm -rf "$(BUILD_PATH)"
rm -rf "$(DIST_PATH)"

.PHONY: release
release:
.PHONY: publish
publish:
# Add Makefile We add the file because of the $VERSION variable
git add Makefile
# Update changelog
Expand Down

0 comments on commit 1592864

Please sign in to comment.