We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c712610 commit 15651a0Copy full SHA for 15651a0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v1.6.1](https://github.com/neogeek/onlybuild/tree/v1.6.1) - (2024-06-05)
4
+
5
+[Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.6.0...v1.6.1)
6
7
+- [hotfix] Updated packages. [#26](https://github.com/neogeek/onlybuild/pull/26)
8
9
## [v1.6.0](https://github.com/neogeek/onlybuild/tree/v1.6.0) - (2024-05-21)
10
11
[Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.5.1...v1.6.0)
package.json
@@ -1,7 +1,7 @@
{
"name": "onlybuild",
"description": "A zero-config cli for building static websites.",
- "version": "1.6.0",
+ "version": "1.6.1",
"engines": {
"node": ">=20.x"
},
0 commit comments