Skip to content

Commit

Permalink
chore(release): 1.8.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.3](v1.8.2...v1.8.3) (2023-11-06)

### Bug Fixes

* handle invalid file and log path ([f5a0e62](f5a0e62))
* revert doesn't play well with eslint ([8ffbd01](8ffbd01))
  • Loading branch information
semantic-release-bot committed Nov 6, 2023
1 parent fe50f19 commit 221b044
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.8.3](https://github.com/specfy/stack-analyser/compare/v1.8.2...v1.8.3) (2023-11-06)


### Bug Fixes

* handle invalid file and log path ([f5a0e62](https://github.com/specfy/stack-analyser/commit/f5a0e620a8a6bfc1330316c0965cf273395c535d))
* revert doesn't play well with eslint ([8ffbd01](https://github.com/specfy/stack-analyser/commit/8ffbd01d9fa2608bebf73251b65529369640bfb5))

## [1.8.2](https://github.com/specfy/stack-analyser/compare/v1.8.1...v1.8.2) (2023-11-03)


Expand Down
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": "@specfy/stack-analyser",
"version": "1.8.2",
"version": "1.8.3",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/cli.js",
Expand Down

0 comments on commit 221b044

Please sign in to comment.