Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 1, 2022
1 parent 9ef3600 commit de662da
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.1.0](https://github.com/olamide203/hyoka/compare/v1.0.7...v1.1.0) (2022-10-01)


### Features

* add NaturalLog node class ([#13](https://github.com/olamide203/hyoka/issues/13)) ([9ef3600](https://github.com/olamide203/hyoka/commit/9ef36005b3437c2b4b74fa1885b6a8b86a8b2722))



## [1.0.7](https://github.com/olamide203/hyoka/compare/v1.0.6...v1.0.7) (2022-08-27)


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



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


### Bug Fixes

* fix error in package.json ([a1e0b29](https://github.com/olamide203/hyoka/commit/a1e0b29ec4485242a3a2648ad0b57dbd47077ae7))



2 changes: 1 addition & 1 deletion package-lock.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 1.0.6
version: 1.1.0
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.7",
"version": "1.1.0",
"main": "./dist/cjs/hyoka.js",
"module": "./dist/esm/hyoka.mjs",
"types": "./dist/types/index.d.ts",
Expand Down

0 comments on commit de662da

Please sign in to comment.