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 9, 2024
1 parent 75b3179 commit 0d70793
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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

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

- [feat] Switch typescript work without a flag. [#18](https://github.com/neogeek/onlybuild/pull/18)
- [feat] TSX/React.js Support [#17](https://github.com/neogeek/onlybuild/pull/17)
- [hotfix] Fixed TypeScript logic to not override JavaScript functionality. [#16](https://github.com/neogeek/onlybuild/pull/16)

## [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...v1.3.0)
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.3.0",
"version": "1.4.0",
"engines": {
"node": ">=20.x"
},
Expand Down

0 comments on commit 0d70793

Please sign in to comment.