Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.2...v1.8.0) (2023-10-27)

### Bug Fixes

* dependencies 2023-10-22 ([#78](#78)) ([3635c88](3635c88))
* expose detectInFileList ([e2978a9](e2978a9))

### Features

* match by extensions ([9649581](9649581))
  • Loading branch information
semantic-release-bot committed Oct 27, 2023
1 parent 3635c88 commit edfba8d
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.0](https://github.com/specfy/stack-analyser/compare/v1.7.2...v1.8.0) (2023-10-27)


### Bug Fixes

* dependencies 2023-10-22 ([#78](https://github.com/specfy/stack-analyser/issues/78)) ([3635c88](https://github.com/specfy/stack-analyser/commit/3635c8868c09f1381628ae779ce39d45ad68f977))
* expose detectInFileList ([e2978a9](https://github.com/specfy/stack-analyser/commit/e2978a94dec69169c03d6bdc112f08c84b350266))


### Features

* match by extensions ([9649581](https://github.com/specfy/stack-analyser/commit/9649581720164c40ecf6add3f5e6b168e8e78bcd))

## [1.7.2](https://github.com/specfy/stack-analyser/compare/v1.7.1...v1.7.2) (2023-10-24)


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

0 comments on commit edfba8d

Please sign in to comment.