Skip to content

Commit c165906

Browse files
committed
Version bump.
Updated CHANGELOG.md
1 parent b6f3b32 commit c165906

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v2.0.1](https://github.com/neogeek/onlybuild/tree/v2.0.1) - (2026-02-23)
4+
5+
[Full Changelog](https://github.com/neogeek/onlybuild/compare/v2.0.0...v2.0.1)
6+
7+
- [hotfix] Fixed issue with ignorefile not working. [#41](https://github.com/neogeek/onlybuild/pull/41)
8+
39
## [v2.0.0](https://github.com/neogeek/onlybuild/tree/v2.0.0) - (2026-02-21)
410

511
[Full Changelog](https://github.com/neogeek/onlybuild/compare/v1.6.6...v2.0.0)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "onlybuild",
33
"description": "A zero-config cli for building static websites.",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"engines": {
66
"node": ">=22.22"
77
},

0 commit comments

Comments
 (0)