Skip to content

Commit

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

### Features

* Setup exports, make ESM build work. ([8403385](8403385))
  • Loading branch information
semantic-release-bot committed Dec 3, 2022
1 parent c605ccd commit f8d0b36
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.8.0](https://github.com/dropecho/lib_example/compare/0.7.0...0.8.0) (2022-12-03)


### Features

* Setup exports, make ESM build work. ([8403385](https://github.com/dropecho/lib_example/commit/84033850414f5aeba544c4dd6b2a2ffe9888ff65))

# [0.7.0](https://github.com/dropecho/lib_example/compare/0.6.8...0.7.0) (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.7.0",
"releasenote": "Release version 0.7.0. See CHANGELOG.md for details.",
"version": "0.8.0",
"releasenote": "Release version 0.8.0. 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.7.0",
"version": "0.8.0",
"description": "An example haxelib that outputs to multiple targets.",
"author": "vantreeseba <[email protected]>",
"repository": "github:dropecho/lib_example",
Expand Down

0 comments on commit f8d0b36

Please sign in to comment.