We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc72c24 commit 6332645Copy full SHA for 6332645
.release-please-manifest.json
@@ -1,3 +1,4 @@
1
{
2
- "packages/ohm-js": "17.0.4"
+ "packages/ohm-js": "17.0.4",
3
+ ".": "17.2.0"
4
}
CHANGELOG.md
@@ -0,0 +1,9 @@
+# Changelog
+
+## [17.2.0](https://github.com/ohmjs/ohm/compare/v17.1.0...v17.2.0) (2025-06-08)
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
@@ -15,5 +15,5 @@
15
"eslint-plugin-camelcase-ohm": "^0.2.1",
16
"prettier": "^3.0.0"
17
},
18
- "version": "0.0.0"
+ "version": "17.2.0"
19
0 commit comments