Skip to content

Commit aaa480c

Browse files
chore(main): release 17.2.0
1 parent 4a8f8eb commit aaa480c

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-04-28)
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
@@ -16,5 +16,5 @@
1616
"eslint-plugin-no-extension-in-require": "^0.2.0",
1717
"prettier": "^2.3.2"
1818
},
19-
"version": "0.0.0"
19+
"version": "17.2.0"
2020
}

0 commit comments

Comments
 (0)