Skip to content

Commit 59601d1

Browse files
chore(main): release 17.2.0
1 parent 1050ad0 commit 59601d1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [17.2.0](https://github.com/ohmjs/ohm/compare/v17.1.0...v17.2.0) (2023-07-31)
4+
5+
6+
### Features
7+
8+
* **extras:** Add stored attributes ([1050ad0](https://github.com/ohmjs/ohm/commit/1050ad0a33e904f1d97da0ef0f6e98eff70c9b5c))

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)