Skip to content

Commit df2043b

Browse files
author
David Dooling
committed
Prepare for 1.0.0 release
1 parent bf60f1d commit df2043b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased](https://github.com/atomist/microgrammar/compare/0.9.1...HEAD)
99

10+
### Changed
11+
12+
- Prepare for 1.0.0 release.
13+
1014
## [0.9.1](https://github.com/atomist/microgrammar/compare/0.9.0...0.9.1) - 2018-08-22
1115

16+
### Added
17+
18+
- Add Concat to index.
19+
1220
## [0.9.0](https://github.com/atomist/microgrammar/compare/0.8.1...0.9.0) - 2018-08-22
1321

1422
### Added

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@atomist/microgrammar",
3-
"version": "0.9.2",
3+
"version": "1.0.0",
44
"description": "Parsing library filling the gap between regular expressions and complete grammars",
55
"author": {
66
"name": "Atomist",

0 commit comments

Comments
 (0)