Skip to content

Commit

Permalink
chore(release): v0.3.1 🎉 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Feb 12, 2023
1 parent d5875f0 commit d68eb02
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.1](https://github.com/ehmpathy/sql-dao-generator/compare/v0.3.0...v0.3.1) (2023-02-12)


### Bug Fixes

* **deps:** bump sql-schema-control version to avoid tsnode dep missing error ([d5875f0](https://github.com/ehmpathy/sql-dao-generator/commit/d5875f0e0764672e6546287166131cc8fbedc582))
* **deps:** remove unused deps; upgrade sql-*-generator deps, bump best practices ([a461eb3](https://github.com/ehmpathy/sql-dao-generator/commit/a461eb3bec30df8d8f09f153211b2a651d84d248))
* **format:** apply prettier changes post bestpracts upgrade ([d81160f](https://github.com/ehmpathy/sql-dao-generator/commit/d81160fdebb0c9d1fc280d3ead0620a16261afc0))
* **gen:** ensure that generated code doesnt fail new stricter ts config ([91922c7](https://github.com/ehmpathy/sql-dao-generator/commit/91922c7b336a6562f76852d1d68f5425a8511ff6))
* **practs:** upgrade to declapract-typescript-ehmpathy best practices ([76a2926](https://github.com/ehmpathy/sql-dao-generator/commit/76a2926d5015934b96ad91726513c9b24759c779))
* **refs:** support self referencing domain objects ([c00f3e5](https://github.com/ehmpathy/sql-dao-generator/commit/c00f3e502845a5c598966159579d72004d905324))
* **tests:** resolve test synatx errors found while testing after upgrade ([2cbe936](https://github.com/ehmpathy/sql-dao-generator/commit/2cbe9360e9deafd8ccc4e0b5d0e20b1219ea4a66))
* **types:** resolve type errors after typescript upgrade ([13525c5](https://github.com/ehmpathy/sql-dao-generator/commit/13525c5e3c6f903c41a99b982e8c2d7dd6fae456))

## [0.3.0](https://www.github.com/uladkasach/sql-dao-generator/compare/v0.2.0...v0.3.0) (2022-01-03)


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
Expand Up @@ -2,7 +2,7 @@
"name": "sql-dao-generator",
"author": "ehmpathy",
"description": "Generate data-access-objects from your domain-objects.",
"version": "0.3.0",
"version": "0.3.1",
"repository": "ehmpathy/sql-dao-generator",
"homepage": "https://github.com/ehmpathy/sql-dao-generator",
"keywords": [
Expand Down

0 comments on commit d68eb02

Please sign in to comment.