Skip to content

Commit

Permalink
chore(release): v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 26, 2022
1 parent 0f1409f commit 04ae587
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
23 changes: 9 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.6](https://github.com/olamide203/hyoka/compare/v1.0.5...v1.0.6) (2022-08-26)


### Bug Fixes

* fix esm bundle error ([0f1409f](https://github.com/olamide203/hyoka/commit/0f1409fca60b40a7c6563cc815123a5163863ce6))



## [1.0.5](https://github.com/olamide203/hyoka/compare/v1.0.3...v1.0.5) (2022-08-26)


Expand Down Expand Up @@ -34,17 +43,3 @@



# [1.0.0](https://github.com/olamide203/hyoka/compare/v0.1.1...v1.0.0) (2022-08-25)


### Features

* rename package ([7a8ee07](https://github.com/olamide203/hyoka/commit/7a8ee0793cf8bdc465f446e9970aa04fd0b800a8))


### BREAKING CHANGES

* package name has been changed to hyoka



2 changes: 1 addition & 1 deletion package-lock.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.0.4
version: 1.0.5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "hyoka",
"packageManager": "[email protected]",
"description": "A simple math expression parser and evaluator",
"version": "1.0.5",
"version": "1.0.6",
"main": "./dist/cjs/hyoka.js",
"module": "./dist/esm/hyoka.mjs",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 04ae587

Please sign in to comment.