Skip to content

Commit

Permalink
chore(release): 2.1.1-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1-beta.2](v2.1.1-beta.1...v2.1.1-beta.2) (2023-05-05)

### Bug Fixes

* **convention:** fix camel to snake case for FK ([33a673a](33a673a))
* **convention:** fix camel to snake for complex names ([a1c7f4c](a1c7f4c))
* **lint:** semicolon ([4384453](4384453))
  • Loading branch information
semantic-release-bot committed May 5, 2023
1 parent 4384453 commit 8fa319e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [2.1.1-beta.2](https://github.com/herbsjs/herbs2knex/compare/v2.1.1-beta.1...v2.1.1-beta.2) (2023-05-05)


### Bug Fixes

* **convention:** fix camel to snake case for FK ([33a673a](https://github.com/herbsjs/herbs2knex/commit/33a673aa4ca1b20cd62bd0ff5d560734006447fc))
* **convention:** fix camel to snake for complex names ([a1c7f4c](https://github.com/herbsjs/herbs2knex/commit/a1c7f4c51f79837e9c8e9ea03ee0edfe1291c235))
* **lint:** semicolon ([4384453](https://github.com/herbsjs/herbs2knex/commit/4384453125d96c04e856bb3e82cfd5ceb22b4dc1))

## [2.1.1-beta.1](https://github.com/herbsjs/herbs2knex/compare/v2.1.0...v2.1.1-beta.1) (2023-03-30)


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/herbs2knex",
"version": "2.1.1-beta.1",
"version": "2.1.1-beta.2",
"description": "Domain entities javascript library.",
"main": "./src/herbs2knex.js",
"scripts": {
Expand Down

0 comments on commit 8fa319e

Please sign in to comment.