Skip to content

Commit 7d15faa

Browse files
chore(main): release 17.3.0
1 parent 8c305aa commit 7d15faa

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"packages/ohm-js": "17.0.4"
2+
"packages/ohm-js": "17.0.4",
3+
".": "17.3.0"
34
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Changelog
2+
3+
## [17.3.0](https://github.com/ohmjs/ohm/compare/v17.2.1...v17.3.0) (2025-09-16)
4+
5+
6+
### Features
7+
8+
* **ohm-js:** Add support for all Unicode categories to unicodeChar ([f07f736](https://github.com/ohmjs/ohm/commit/f07f7360e2985331285fe0e4c8eaeb377acfe068)), closes [#525](https://github.com/ohmjs/ohm/issues/525)
9+
* **ohm-js:** Add support for XID_Start, XID_Continue, White_Space ([448cc86](https://github.com/ohmjs/ohm/commit/448cc86cccf093e823fcd01cc115da6d613edf75))
10+
* Put Interval source string in a non-enumerable property ([891b6d8](https://github.com/ohmjs/ohm/commit/891b6d84fc22d50e8b613a00db4d0d53c4415458))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"eslint-plugin-ava": "^15.1.0",
1919
"typescript": "^5.8.3"
2020
},
21-
"version": "0.0.0"
21+
"version": "17.3.0"
2222
}

0 commit comments

Comments
 (0)