Skip to content

Commit

Permalink
chore(release): 1.3.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.4](v1.3.3...v1.3.4) (2023-07-09)

### Bug Fixes

* dedup dependencies, ignore docker variables ([7819bd9](7819bd9))
* dependencies 2023-07-09 ([#11](#11)) ([b0e9dc2](b0e9dc2))
* pin dependencies ([d5bf6e6](d5bf6e6))
* remove unnecessary packages ([3c1cfcd](3c1cfcd))
* **rules:** add Equinix ([47906e5](47906e5))
* **rules:** add S3 ([733692b](733692b))
* **rules:** support for go.mod, combine dependencies when receiving a virtual Payload (only useful for lockfiles not attached to a service) ([c1b4820](c1b4820))
* **tf:** regex was too permissive ([7b3180b](7b3180b))
  • Loading branch information
semantic-release-bot committed Jul 9, 2023
1 parent b0e9dc2 commit 4445b7b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [1.3.4](https://github.com/specfy/stack-analyser/compare/v1.3.3...v1.3.4) (2023-07-09)


### Bug Fixes

* dedup dependencies, ignore docker variables ([7819bd9](https://github.com/specfy/stack-analyser/commit/7819bd98783d87f0aa3b2a826be5f9c9531ab949))
* dependencies 2023-07-09 ([#11](https://github.com/specfy/stack-analyser/issues/11)) ([b0e9dc2](https://github.com/specfy/stack-analyser/commit/b0e9dc2a73a90297686d6ed3266af0419a9b83d0))
* pin dependencies ([d5bf6e6](https://github.com/specfy/stack-analyser/commit/d5bf6e691089be859f98b2a92bc64c2e5edbc20c))
* remove unnecessary packages ([3c1cfcd](https://github.com/specfy/stack-analyser/commit/3c1cfcd8efb43d27896fd64ac0402a7b95e12966))
* **rules:** add Equinix ([47906e5](https://github.com/specfy/stack-analyser/commit/47906e54681fa4812f133913219cac76b9eacc2f))
* **rules:** add S3 ([733692b](https://github.com/specfy/stack-analyser/commit/733692b5c14ba0511309be34315b4d4bb489b7a9))
* **rules:** support for go.mod, combine dependencies when receiving a virtual Payload (only useful for lockfiles not attached to a service) ([c1b4820](https://github.com/specfy/stack-analyser/commit/c1b4820378dea609264bd834fb3929635547a603))
* **tf:** regex was too permissive ([7b3180b](https://github.com/specfy/stack-analyser/commit/7b3180bc505c991cbf7f8840dfcfa02dc8daf6fb))

## [1.3.3](https://github.com/specfy/stack-analyser/compare/v1.3.2...v1.3.3) (2023-07-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.3.3",
"version": "1.3.4",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/cli.js",
Expand Down

0 comments on commit 4445b7b

Please sign in to comment.