Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
neogeek committed May 7, 2024
1 parent 03c618b commit 11bce6f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## [HEAD](https://github.com/neogeek/onlybuild/tree/HEAD) - (2024-04-26)
## [v1.2.0](https://github.com/neogeek/onlybuild/tree/v1.2.0) - (2024-05-07)

[Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.1.0...HEAD)
[Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.1.0...v1.2.0)

- [feat] Added .env support. [#10](https://github.com/neogeek/onlybuild/pull/10)
- [hotfix] Added a prepare build target. [#9](https://github.com/neogeek/onlybuild/pull/9)
- [hotfix] Fix permissions on bin file after build. [#8](https://github.com/neogeek/onlybuild/pull/8)
- [feat] Converted project to typescript. [#7](https://github.com/neogeek/onlybuild/pull/7)
- [hotfix] Updated packages. [#6](https://github.com/neogeek/onlybuild/pull/6)
- [hotfix] Disable gitignore in globby. [#3](https://github.com/neogeek/onlybuild/pull/3)

## [v1.1.0](https://github.com/neogeek/onlybuild/tree/v1.1.0) - (2024-04-26)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onlybuild",
"description": "A zero-config cli for building static websites.",
"version": "1.1.0",
"version": "1.2.0",
"engines": {
"node": ">=20.x"
},
Expand Down

0 comments on commit 11bce6f

Please sign in to comment.