Skip to content

Commit

Permalink
chore(release): 1.8.5 [skip ci]
Browse files Browse the repository at this point in the history
## [1.8.5](v1.8.4...v1.8.5) (2023-11-07)

### Bug Fixes

* **docker:** try/catch parsing + do not early return ([b258437](b258437))
* **githubActions:** handle invalid yaml ([940924d](940924d))
* **rules:** add Lago ([03e9e48](03e9e48))
* **rules:** add Payload ([0a6f7f5](0a6f7f5))
* **rules:** add Refine ([38f3968](38f3968))
* **rules:** add RemixRun ([443e88d](443e88d))
* **rules:** add Signoz ([7535225](7535225))
  • Loading branch information
semantic-release-bot committed Nov 7, 2023
1 parent 443e88d commit fea2d83
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [1.8.5](https://github.com/specfy/stack-analyser/compare/v1.8.4...v1.8.5) (2023-11-07)


### Bug Fixes

* **docker:** try/catch parsing + do not early return ([b258437](https://github.com/specfy/stack-analyser/commit/b2584377269f4565bd7dafbe85a639e366bfdc56))
* **githubActions:** handle invalid yaml ([940924d](https://github.com/specfy/stack-analyser/commit/940924d7ef4dbe9f0fcaa1aa7ef1b2188a7f78af))
* **rules:** add Lago ([03e9e48](https://github.com/specfy/stack-analyser/commit/03e9e4868f30be996a56d87f9dc73f432a1e0c7a))
* **rules:** add Payload ([0a6f7f5](https://github.com/specfy/stack-analyser/commit/0a6f7f566322dde33a07b55ee2f0924f112b95e3))
* **rules:** add Refine ([38f3968](https://github.com/specfy/stack-analyser/commit/38f3968dbe1b696c850314e25e80fb8c9bb76cf0))
* **rules:** add RemixRun ([443e88d](https://github.com/specfy/stack-analyser/commit/443e88dc811db93503590840187d250f12b5ee2c))
* **rules:** add Signoz ([7535225](https://github.com/specfy/stack-analyser/commit/7535225fd0652a4680b4bf5c1386497ff41b7ca3))

## [1.8.4](https://github.com/specfy/stack-analyser/compare/v1.8.3...v1.8.4) (2023-11-06)


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.4",
"version": "1.8.5",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/cli.js",
Expand Down

0 comments on commit fea2d83

Please sign in to comment.