Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.11...v1.5.0) (2023-09-13)

### Bug Fixes

*  bad copy pasta ([5528203](5528203))
* dependencies 2023-09-06 ([#31](#31)) ([a29aa70](a29aa70))
* **docker:** add tests to ensure no component without image is registered ([e7325af](e7325af))
* **rules:** add Cloudflare Pages ([eb1ee23](eb1ee23))
* **rules:** add Cloudflare Workers ([a4574c9](a4574c9))
* **rules:** add Codecov ([6c20b0f](6c20b0f))
* **rules:** add Coveralls ([ccb4352](ccb4352))
* **rules:** add Jira ([a813809](a813809))
* **rules:** add more packages for Slack ([171fa12](171fa12))
* **rules:** add Vialink ([831b854](831b854))
* **rules:** add Yousign ([120c32f](120c32f))

### Features

* parse GitHub Actions ([#48](#48)) ([4d2a4ad](4d2a4ad))
  • Loading branch information
semantic-release-bot committed Sep 13, 2023
1 parent 5528203 commit e501ebc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.5.0](https://github.com/specfy/stack-analyser/compare/v1.4.11...v1.5.0) (2023-09-13)


### Bug Fixes

* bad copy pasta ([5528203](https://github.com/specfy/stack-analyser/commit/5528203869555b5e36f631347fb36b0fc7355df5))
* dependencies 2023-09-06 ([#31](https://github.com/specfy/stack-analyser/issues/31)) ([a29aa70](https://github.com/specfy/stack-analyser/commit/a29aa7028c7e0295a7ff56757b54615c7a62cc0c))
* **docker:** add tests to ensure no component without image is registered ([e7325af](https://github.com/specfy/stack-analyser/commit/e7325af13cec880955dabd728cc1d47ec963433e))
* **rules:** add Cloudflare Pages ([eb1ee23](https://github.com/specfy/stack-analyser/commit/eb1ee23b82fd0d9ffab84c6d16425247607927b6))
* **rules:** add Cloudflare Workers ([a4574c9](https://github.com/specfy/stack-analyser/commit/a4574c9c0eba3b1337fdafcda003d7386f6451ec))
* **rules:** add Codecov ([6c20b0f](https://github.com/specfy/stack-analyser/commit/6c20b0f479dd55828564b1b9316307362fb0e9be))
* **rules:** add Coveralls ([ccb4352](https://github.com/specfy/stack-analyser/commit/ccb435243c1b5e59551c7159f06bfc91fd874472))
* **rules:** add Jira ([a813809](https://github.com/specfy/stack-analyser/commit/a8138097767f51210ea99711fce40ae6c13616ba))
* **rules:** add more packages for Slack ([171fa12](https://github.com/specfy/stack-analyser/commit/171fa12c50eaf2ccd79ea5aabb723aabee6b3356))
* **rules:** add Vialink ([831b854](https://github.com/specfy/stack-analyser/commit/831b85445f0260f69b20a34df93f4a30fc1dc9ea))
* **rules:** add Yousign ([120c32f](https://github.com/specfy/stack-analyser/commit/120c32f5f632f63db49b963567d527e4ba9c925c))


### Features

* parse GitHub Actions ([#48](https://github.com/specfy/stack-analyser/issues/48)) ([4d2a4ad](https://github.com/specfy/stack-analyser/commit/4d2a4adc3e6e3e382b71b2d3a0c637e788f503c6))

## [1.4.11](https://github.com/specfy/stack-analyser/compare/v1.4.10...v1.4.11) (2023-09-08)


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

0 comments on commit e501ebc

Please sign in to comment.