Skip to content

Commit 642ad71

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2022-01-15) ### Features * change custom convention integration test name ([04c66bf](04c66bf)) * change static from Convention class for create a new instance always repository is created ([17dc9a8](17dc9a8)) * include custom convention to read database fields ([6ea3118](6ea3118)) * include unit tests for custom convention ([2532ebb](2532ebb)) * update custom convention example on readme ([31717fb](31717fb))
1 parent 713f360 commit 642ad71

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.3.0](https://github.com/herbsjs/herbs2knex/compare/v1.2.0...v1.3.0) (2022-01-15)
2+
3+
4+
### Features
5+
6+
* change custom convention integration test name ([04c66bf](https://github.com/herbsjs/herbs2knex/commit/04c66bfc76c8754712e4790f4ef0168f368b43e5))
7+
* change static from Convention class for create a new instance always repository is created ([17dc9a8](https://github.com/herbsjs/herbs2knex/commit/17dc9a8f1c2bb90e601d482134fd7bbb9adf4f98))
8+
* include custom convention to read database fields ([6ea3118](https://github.com/herbsjs/herbs2knex/commit/6ea3118db6b92d654a9712cf15820e14f95e38e2))
9+
* include unit tests for custom convention ([2532ebb](https://github.com/herbsjs/herbs2knex/commit/2532ebba87525943b47f3eb9d8f18b50b20fc1d8))
10+
* update custom convention example on readme ([31717fb](https://github.com/herbsjs/herbs2knex/commit/31717fbbd540c02ca1c77ca9a119cbaf72304cae))
11+
112
# [1.2.0](https://github.com/herbsjs/herbs2knex/compare/v1.1.2...v1.2.0) (2022-01-10)
213

314

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@herbsjs/herbs2knex",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Domain entities javascript library.",
55
"main": "./src/herbs2knex.js",
66
"scripts": {

0 commit comments

Comments
 (0)