Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
# [@hoth/app-autoload-v1.2.1](https://github.com/searchfe/hoth/compare/@hoth/app-autoload-v1.2.0...@hoth/app-autoload-v1.2.1) (2022-12-25)

### Bug Fixes

* console require error ([76b2ece](76b2ece))
* not log ModuleNotFoundError ([aa634c2](aa634c2))
  • Loading branch information
semantic-release-bot committed Dec 25, 2022
1 parent aa634c2 commit 5ad7b12
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/app-autoload/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [@hoth/app-autoload-v1.2.1](https://github.com/searchfe/hoth/compare/@hoth/app-autoload-v1.2.0...@hoth/app-autoload-v1.2.1) (2022-12-25)


### Bug Fixes

* console require error ([76b2ece](https://github.com/searchfe/hoth/commit/76b2ece6b19f4935281ba0cd908d40157bda23c9))
* not log ModuleNotFoundError ([aa634c2](https://github.com/searchfe/hoth/commit/aa634c240a109586a41ea90798b469f4527014b3))

# [@hoth/app-autoload-v1.2.0](https://github.com/searchfe/hoth/compare/@hoth/app-autoload-v1.1.17...@hoth/app-autoload-v1.2.0) (2022-12-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/app-autoload/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hoth/app-autoload",
"version": "1.2.0",
"version": "1.2.1",
"description": "app-autoload plugin for hoth framework",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 5ad7b12

Please sign in to comment.