Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2021-12-30)

### Bug Fixes

* add correct link at "MIT License" in readme ([0226c5d](0226c5d))
  • Loading branch information
semantic-release-bot committed Dec 30, 2021
1 parent da7aa07 commit 9246407
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.1](https://github.com/herbsjs/herbs/compare/v1.4.0...v1.4.1) (2021-12-30)


### Bug Fixes

* add correct link at "MIT License" in readme ([0226c5d](https://github.com/herbsjs/herbs/commit/0226c5dcf7290931171c14630de87768d70a1d76))

# [1.4.0](https://github.com/herbsjs/herbs/compare/v1.3.1...v1.4.0) (2021-12-12)


Expand Down
2 changes: 1 addition & 1 deletion 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": "@herbsjs/herbs",
"version": "1.4.0",
"version": "1.4.1",
"description": "A domain-first framework. Code your domain and your infrastructure will follow",
"main": "src/commonjs/herbs.cjs",
"module": "src/esm/herbs.mjs",
Expand Down

0 comments on commit 9246407

Please sign in to comment.