Skip to content

Commit 32857c4

Browse files
chore(release): 2.1.1-beta.3 [skip ci]
## [2.1.1-beta.3](v2.1.1-beta.2...v2.1.1-beta.3) (2023-05-22) ### Bug Fixes * fix bug with entities with methods ([d74749c](d74749c))
1 parent d74749c commit 32857c4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.1-beta.3](https://github.com/herbsjs/herbs2knex/compare/v2.1.1-beta.2...v2.1.1-beta.3) (2023-05-22)
2+
3+
4+
### Bug Fixes
5+
6+
* fix bug with entities with methods ([d74749c](https://github.com/herbsjs/herbs2knex/commit/d74749c6cbafcef4a25ffaeb8ac07dd8507ae9a9))
7+
18
## [2.1.1-beta.2](https://github.com/herbsjs/herbs2knex/compare/v2.1.1-beta.1...v2.1.1-beta.2) (2023-05-05)
29

310

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herbsjs/herbs2knex",
3-
"version": "2.1.1-beta.2",
3+
"version": "2.1.1-beta.3",
44
"description": "Domain entities javascript library.",
55
"main": "./src/herbs2knex.js",
66
"scripts": {

0 commit comments

Comments
 (0)