Skip to content

Commit

Permalink
chore(release): v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Aug 27, 2022
1 parent 434b9cf commit 35f8d9a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.7](https://github.com/olamide203/hyoka/compare/v1.0.6...v1.0.7) (2022-08-27)


### Bug Fixes

* **lexer:** correct typo in lexer ([#9](https://github.com/olamide203/hyoka/issues/9)) ([434b9cf](https://github.com/olamide203/hyoka/commit/434b9cf2d2e6c95adbf31e36ea84b94787c0003a)), closes [#8](https://github.com/olamide203/hyoka/issues/8)



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


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



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


### Bug Fixes

* use named export ([8f1f7c3](https://github.com/olamide203/hyoka/commit/8f1f7c351dcafe51dfbb29604446a5c6a314bf40))



2 changes: 1 addition & 1 deletion package-lock.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.0.5
version: 1.0.6
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": "pnpm@7.3.0",
"description": "A simple math expression parser and evaluator",
"version": "1.0.6",
"version": "1.0.7",
"main": "./dist/cjs/hyoka.js",
"module": "./dist/esm/hyoka.mjs",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit 35f8d9a

Please sign in to comment.