Skip to content

Commit 9bcb8ae

Browse files
chore(main): release eta 4.0.0-alpha.1 (#310)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 90bf130 commit 9bcb8ae

4 files changed

Lines changed: 28 additions & 4 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## [4.0.0-alpha.1](https://github.com/bgub/eta/compare/eta-v3.5.0...eta-v4.0.0-alpha.1) (2025-09-10)
4+
5+
6+
### Features
7+
8+
* prep for version 4 ([c23560d](https://github.com/bgub/eta/commit/c23560debc876aa78725d88b9300c81c92b0a5f4))
9+
10+
11+
### Bug Fixes
12+
13+
* add manifest ([#312](https://github.com/bgub/eta/issues/312)) ([2de3fe6](https://github.com/bgub/eta/commit/2de3fe6716e284963040d282d21605abe4dd273a))
14+
* add release-please bootstrap-sha ([#314](https://github.com/bgub/eta/issues/314)) ([0dd4824](https://github.com/bgub/eta/commit/0dd48248a2737899600084626425b53bfc166130))
15+
* semantic PR workflow ([#313](https://github.com/bgub/eta/issues/313)) ([dba2152](https://github.com/bgub/eta/commit/dba215257c7c286c2fdb84cfc8b055457c56754e))
16+
17+
18+
### Miscellaneous Chores
19+
20+
* remove all-contributors section ([#316](https://github.com/bgub/eta/issues/316)) ([90bf130](https://github.com/bgub/eta/commit/90bf1309ae90b16ee03fbf95b8845c3ceef653e9))

jsr.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "@bgub/eta",
3-
"version": "3.5.0",
3+
"version": "4.0.0-alpha.1",
44
"exports": "./src/index.ts",
55
"publish": {
6-
"include": ["LICENSE", "README.md", "src/**/*.ts"]
6+
"include": [
7+
"LICENSE",
8+
"README.md",
9+
"src/**/*.ts"
10+
]
711
}
812
}

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": "3.5.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "Lightweight, fast, and powerful embedded JS template engine",
55
"keywords": [
66
"handlebars",

0 commit comments

Comments
 (0)