Skip to content

Commit

Permalink
chore(release): 0.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.7.0](0.6.4...0.7.0) (2020-09-03)

### Features

* Add semantic versioning, add better demo. ([c12ca8e](c12ca8e))
  • Loading branch information
semantic-release-bot committed Sep 3, 2020
1 parent 96e271c commit 83f5a20
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 21 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [0.7.0](https://github.com/dropecho/storygen/compare/0.6.4...0.7.0) (2020-09-03)


### Features

* Add semantic versioning, add better demo. ([c12ca8e](https://github.com/dropecho/storygen/commit/c12ca8e437c717bc3795d21349f2aef1a04a39b5))

## <small>0.6.4 (2020-04-25)</small>

* FIX: fix url again in haxelib.json ([9e75047](https://github.com/dropecho/storygen/commit/9e75047))
Expand Down Expand Up @@ -141,5 +148,3 @@
### BREAKING CHANGE

* changed repo name.


36 changes: 18 additions & 18 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "dropecho.storygen",
"description": "A grammar based text expansion, based on tracery.",
"classPath": "src/",
"dependencies": {
"seedyrng": ""
},
"url": "https://github.com/dropecho/storygen",
"contributors": [
"vantreeseba"
],
"version": "0.6.4",
"releasenote": "FIX: fix url again in haxelib.json",
"tags": [
"text",
"game",
"story"
],
"license": "MIT"
"name": "dropecho.storygen",
"description": "A grammar based text expansion, based on tracery.",
"classPath": "src/",
"dependencies": {
"seedyrng": ""
},
"url": "https://github.com/dropecho/storygen",
"contributors": [
"vantreeseba"
],
"version": "0.7.0",
"releasenote": "FIX: fix url again in haxelib.json",
"tags": [
"text",
"game",
"story"
],
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dropecho/storygen",
"version": "0.6.4",
"version": "0.7.0",
"description": "",
"author": "vantreeseba <vantreeseba@gmail.com>",
"repository": "github:dropecho/storygen",
Expand Down

0 comments on commit 83f5a20

Please sign in to comment.