diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6f55d..e1fcacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 82da0ac..d270ddd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "onlybuild", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "onlybuild", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "dotenv": "16.4.5", diff --git a/package.json b/package.json index 6c1ca08..40ea68c 100644 --- a/package.json +++ b/package.json @@ -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" },