Skip to content

Commit

Permalink
chore(release): 0.6.8 [skip ci]
Browse files Browse the repository at this point in the history
## [0.6.8](0.6.7...0.6.8) (2022-12-03)

### Bug Fixes

* Put entire built src into npm package. ([c0fe1e9](c0fe1e9))
  • Loading branch information
semantic-release-bot committed Dec 3, 2022
1 parent c0fe1e9 commit 8376da5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.6.8](https://github.com/dropecho/lib_example/compare/0.6.7...0.6.8) (2022-12-03)


### Bug Fixes

* Put entire built src into npm package. ([c0fe1e9](https://github.com/dropecho/lib_example/commit/c0fe1e95ad4b518bc6867dc60d16b437591e48c4))

## [0.6.7](https://github.com/dropecho/lib_example/compare/0.6.6...0.6.7) (2022-12-03)


Expand Down
4 changes: 2 additions & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"contributors": [
"vantreeseba"
],
"version": "0.6.7",
"releasenote": "Release version 0.6.7. See CHANGELOG.md for details.",
"version": "0.6.8",
"releasenote": "Release version 0.6.8. See CHANGELOG.md for details.",
"tags": [
"example"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dropecho/lib_example",
"version": "0.6.7",
"version": "0.6.8",
"description": "An example haxelib that outputs to multiple targets.",
"author": "vantreeseba <[email protected]>",
"repository": "github:dropecho/lib_example",
Expand Down

0 comments on commit 8376da5

Please sign in to comment.