Skip to content

Commit

Permalink
Merge branch 'beta' of https://github.com/herbsjs/herbs into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dalssoft committed Mar 29, 2023
2 parents 4eebf99 + 65f8edb commit 524a341
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 @@
# [2.1.0-beta.1](https://github.com/herbsjs/herbs/compare/v2.0.0...v2.1.0-beta.1) (2023-03-29)


### Features

* **suma:** tryParse is a helper function that tries to parse a value to the expected type ([7986652](https://github.com/herbsjs/herbs/commit/798665215c55e4254fdb315055c10658f24c479f))

# [2.0.0](https://github.com/herbsjs/herbs/compare/v1.6.2...v2.0.0) (2023-03-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": "@herbsjs/herbs",
"version": "2.0.0",
"version": "2.1.0-beta.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 524a341

Please sign in to comment.