Skip to content

Commit 5bbe10e

Browse files
chore(main): release 17.1.0
1 parent 0ed69f0 commit 5bbe10e

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.1.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.1.0](https://github.com/ohmjs/ohm/compare/v17.0.4...v17.1.0) (2023-04-27)
4+
5+
6+
### Features
7+
8+
* Add extractExamples to extras ([#445](https://github.com/ohmjs/ohm/issues/445)) ([410fc81](https://github.com/ohmjs/ohm/commit/410fc81a4ec76987415118cade5dc9c4ca724c7b))
9+
* Handle example comments for default start inside the grammar ([0ed69f0](https://github.com/ohmjs/ohm/commit/0ed69f0eb6989793dc6263df20e2c80d9dbbe310))

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.1.0"
2020
}

0 commit comments

Comments
 (0)