Skip to content

Commit 211f374

Browse files
chore(main): release eta 4.0.1 (#328)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21b3afc commit 211f374

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"4.0.0"}
1+
{".":"4.0.1"}

CHANGELOG.md

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

3+
## [4.0.1](https://github.com/bgub/eta/compare/eta-v4.0.0...eta-v4.0.1) (2025-09-17)
4+
5+
6+
### Bug Fixes
7+
8+
* change deno.land link to jsr in README ([21b3afc](https://github.com/bgub/eta/commit/21b3afc82318d37e410ec49121c57feba7785445))
9+
310
## [4.0.0](https://github.com/bgub/eta/compare/eta-v4.0.0-beta.1...eta-v4.0.0) (2025-09-17)
411

512

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bgub/eta",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"license": "MIT",
55
"exports": "./src/index.ts",
66
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eta",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Lightweight, fast, and powerful embedded JS template engine",
55
"keywords": [
66
"handlebars",

0 commit comments

Comments
 (0)