Skip to content

Commit 73c56f7

Browse files
chore(main): release 17.3.0
1 parent b65fa52 commit 73c56f7

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-08-12)
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
@@ -15,5 +15,5 @@
1515
"eslint-plugin-camelcase-ohm": "^0.2.1",
1616
"prettier": "^3.0.0"
1717
},
18-
"version": "0.0.0"
18+
"version": "17.3.0"
1919
}

0 commit comments

Comments
 (0)