Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.0...v1.1.0) (2022-08-21)

### Bug Fixes

* ad eslint parser for ts ([79ab1c3](79ab1c3))
* fix eslint issues ([f4cb564](f4cb564))

### Features

* add eslint and prettier ([aec8e98](aec8e98))
  • Loading branch information
semantic-release-bot committed Aug 21, 2022
1 parent ee6c46c commit 0905693
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# [1.1.0](https://github.com/guceda/menu-opt/compare/v1.0.0...v1.1.0) (2022-08-21)


### Bug Fixes

* ad eslint parser for ts ([79ab1c3](https://github.com/guceda/menu-opt/commit/79ab1c3372ba633d7128d9c263badcb78125ac00))
* fix eslint issues ([f4cb564](https://github.com/guceda/menu-opt/commit/f4cb5642d401f9c0e3d5512ef5df8f77335ae766))


### Features

* add eslint and prettier ([aec8e98](https://github.com/guceda/menu-opt/commit/aec8e9836143318d05a8ac369c4d5fd933d6fd50))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "menu-opt",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit 0905693

Please sign in to comment.