Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.5.10...v2.0.0) (2023-03-07)

### Bug Fixes

* **package.json:** up herbs version ([483131b](483131b))

### Continuous Integration

* fix cd ([c656951](c656951))

### BREAKING CHANGES

* upgrade buchu to 2.0
  • Loading branch information
semantic-release-bot committed Mar 7, 2023
1 parent 6d3e7b3 commit 24bda19
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [2.0.0](https://github.com/herbsjs/herbs2knex/compare/v1.5.10...v2.0.0) (2023-03-07)


### Bug Fixes

* **package.json:** up herbs version ([483131b](https://github.com/herbsjs/herbs2knex/commit/483131bd4358b845f571e197f27b4339ebfdea8b))


### Continuous Integration

* fix cd ([c656951](https://github.com/herbsjs/herbs2knex/commit/c6569515f26ba8e64e61da35816db8c84de11515))


### BREAKING CHANGES

* upgrade buchu to 2.0

## [1.5.10](https://github.com/herbsjs/herbs2knex/compare/v1.5.9...v1.5.10) (2023-01-23)


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

0 comments on commit 24bda19

Please sign in to comment.