Skip to content

Commit

Permalink
chore(release): 1.2.2 [skip ci]
Browse files Browse the repository at this point in the history
### [1.2.2](v1.2.1...v1.2.2) (2020-12-01)

### Bug Fixes

* allow insertion of non-uniform rows ([a4af9ab](a4af9ab)), closes [#28](#28)
* allow raw sql in inserts ([a8c94ca](a8c94ca)), closes [#27](#27)
  • Loading branch information
semantic-release-bot committed Dec 1, 2020
1 parent 2d99097 commit 991f19a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [1.2.2](https://github.com/ProjectXero/dbds/compare/v1.2.1...v1.2.2) (2020-12-01)


### Bug Fixes

* allow insertion of non-uniform rows ([a4af9ab](https://github.com/ProjectXero/dbds/commit/a4af9ab77f798c61140410f5e572120d5b8feeb5)), closes [#28](https://github.com/ProjectXero/dbds/issues/28)
* allow raw sql in inserts ([a8c94ca](https://github.com/ProjectXero/dbds/commit/a8c94ca37c9b754869f5d4c3b73d106f1d7eaba1)), closes [#27](https://github.com/ProjectXero/dbds/issues/27)

### [1.2.1](https://github.com/ProjectXero/dbds/compare/v1.2.0...v1.2.1) (2020-12-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fallingfish/dbds",
"version": "1.2.1",
"version": "1.2.2",
"description": "TypeScript type generator for PostgreSQL databases",
"keywords": [
"sql",
Expand Down

0 comments on commit 991f19a

Please sign in to comment.