From d15f7b3f493d31472b3dda09dda4b8627be257f8 Mon Sep 17 00:00:00 2001 From: Scott Doxey Date: Tue, 21 May 2024 16:48:34 -0400 Subject: [PATCH] Version bump. Updated CHANGELOG.md --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d473200..6f4a804 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v1.6.0](https://github.com/neogeek/onlybuild/tree/v1.6.0) - (2024-05-21) + +[Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.5.1...v1.6.0) + +- [feat] Added css string template method. [#25](https://github.com/neogeek/onlybuild/pull/25) +- [hotfix] Updated packages. [#24](https://github.com/neogeek/onlybuild/pull/24) + ## [v1.5.1](https://github.com/neogeek/onlybuild/tree/v1.5.1) - (2024-05-15) [Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.5.0...v1.5.1) diff --git a/package-lock.json b/package-lock.json index 37bad2a..d09e2af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "onlybuild", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "onlybuild", - "version": "1.5.1", + "version": "1.6.0", "license": "MIT", "dependencies": { "chalk": "5.3.0", diff --git a/package.json b/package.json index a04f40c..f6ede40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "onlybuild", "description": "A zero-config cli for building static websites.", - "version": "1.5.1", + "version": "1.6.0", "engines": { "node": ">=20.x" },