Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 25, 2023
1 parent 724d39e commit 6def981
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.2.0](https://github.com/olamide203/hyoka/compare/v1.1.0...v1.2.0) (2023-12-25)


### Features

* add local config options ([#62](https://github.com/olamide203/hyoka/issues/62)) ([724d39e](https://github.com/olamide203/hyoka/commit/724d39e8dd83d22a4bd9833813af65db07012be6))



# [1.1.0](https://github.com/olamide203/hyoka/compare/v1.0.7...v1.1.0) (2022-10-01)


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



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


### Bug Fixes

* fix error in readme ([d2ffc7b](https://github.com/olamide203/hyoka/commit/d2ffc7bab2193c490ef4b991aeeb8f61e50dc49f))



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

0 comments on commit 6def981

Please sign in to comment.