Skip to content

Commit 6332645

Browse files
chore(main): release 17.2.0
1 parent bc72c24 commit 6332645

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.2.0"
34
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## [17.2.0](https://github.com/ohmjs/ohm/compare/v17.1.0...v17.2.0) (2025-06-08)
4+
5+
6+
### Features
7+
8+
* **extras:** Add stored attributes ([1050ad0](https://github.com/ohmjs/ohm/commit/1050ad0a33e904f1d97da0ef0f6e98eff70c9b5c))
9+
* **types:** Expose Matcher’s grammar prop ([59b17ec](https://github.com/ohmjs/ohm/commit/59b17ec6203b3d56b8e3ac55b7c21fce4f65e30c))

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.2.0"
1919
}

0 commit comments

Comments
 (0)