Skip to content

Commit

Permalink
chore(release): 1.4.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.8](v1.4.7...v1.4.8) (2023-09-03)

### Bug Fixes

* implicit component were not created with the correct name ([234b4cc](234b4cc))
  • Loading branch information
semantic-release-bot committed Sep 3, 2023
1 parent 234b4cc commit 4ad5b67
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.8](https://github.com/specfy/stack-analyser/compare/v1.4.7...v1.4.8) (2023-09-03)


### Bug Fixes

* implicit component were not created with the correct name ([234b4cc](https://github.com/specfy/stack-analyser/commit/234b4cc56d1412165769fb23ee489eb19fd00dd7))

## [1.4.7](https://github.com/specfy/stack-analyser/compare/v1.4.6...v1.4.7) (2023-09-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.4.7",
"version": "1.4.8",
"description": "",
"main": "./dist/index.js",
"bin": "./dist/cli.js",
Expand Down

0 comments on commit 4ad5b67

Please sign in to comment.