Skip to content

Commit

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

## [HEAD](https://github.com/neogeek/onlybuild/tree/HEAD) - (2024-05-08)
## [v1.3.0](https://github.com/neogeek/onlybuild/tree/v1.3.0) - (2024-05-08)

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

- [hotfix] Updated packages. [#15](https://github.com/neogeek/onlybuild/pull/15)
- [feat] Added TypeScript support. (experimental) [#14](https://github.com/neogeek/onlybuild/pull/14)
- [hotfix] Added experimental code coverage flag to test command. [#13](https://github.com/neogeek/onlybuild/pull/13)
- [feat] Split build and copy logic into separate methods. [#12](https://github.com/neogeek/onlybuild/pull/12)
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.2.1",
"version": "1.3.0",
"engines": {
"node": ">=20.x"
},
Expand Down

0 comments on commit 5b442cd

Please sign in to comment.