Skip to content

Commit 1a8df7e

Browse files
committed
chore(main): release janja 2.0.1
1 parent 858c51d commit 1a8df7e

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"src": "2.0.0"
2+
"src": "2.0.1"
33
}

src/CHANGELOG.md

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

3+
## [2.0.1](https://github.com/vvenv/janja/compare/janja-v2.0.0...janja-v2.0.1) (2025-11-18)
4+
5+
6+
### Bug Fixes
7+
8+
* include directive ([a6ae0e7](https://github.com/vvenv/janja/commit/a6ae0e74b24973c7b672396f91ee0516092876c2))
9+
310
## [2.0.0](https://github.com/vvenv/janja/compare/janja-v1.1.0...janja-v2.0.0) (2025-11-16)
411

512

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "janja",
33
"type": "module",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "A simple, fast, lightweight, and extensible template engine for Node.js and browsers.",
66
"license": "MIT",
77
"exports": {

0 commit comments

Comments
 (0)