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.1...v1.1.0) (2023-05-09)

### Bug Fixes

* **release:** rename to .cjs ([c9d572f](c9d572f))

### Features

* **cli:** working basic command + tests ([93355b3](93355b3))
* export to esm ([0601722](0601722))
  • Loading branch information
semantic-release-bot committed May 9, 2023
1 parent c9d572f commit 5f72af1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/specfy/stack-analyser/compare/v1.0.1...v1.1.0) (2023-05-09)


### Bug Fixes

* **release:** rename to .cjs ([c9d572f](https://github.com/specfy/stack-analyser/commit/c9d572fa80b96f086ea6c8bf44f1ef07f7916a2d))


### Features

* **cli:** working basic command + tests ([93355b3](https://github.com/specfy/stack-analyser/commit/93355b33af0dbc758c846518e17113b8e912b5cb))
* export to esm ([0601722](https://github.com/specfy/stack-analyser/commit/0601722ea4c47edbaed5e6c174b6d788db1af968))

## [1.0.1](https://github.com/specfy/stack-analyser/compare/v1.0.0...v1.0.1) (2023-05-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@specfy/stack-analyser",
"version": "1.0.1",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"bin": "dist/cli.js",
Expand Down

0 comments on commit 5f72af1

Please sign in to comment.