Skip to content

Commit

Permalink
chore(release): v0.9.1 🎉 (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach authored Feb 3, 2022
1 parent 50629ed commit 63a1612
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.9.1](https://www.github.com/uladkasach/sql-code-generator/compare/v0.9.0...v0.9.1) (2022-02-03)


### Bug Fixes

* **query:** ensure input variable names with special substrings do not affect parsing of table refs ([#58](https://www.github.com/uladkasach/sql-code-generator/issues/58)) ([50629ed](https://www.github.com/uladkasach/sql-code-generator/commit/50629edcb2eabeea63abf9b384d5ea0d2be49487))

## [0.9.0](https://www.github.com/uladkasach/sql-code-generator/compare/v0.8.2...v0.9.0) (2021-12-14)


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": "sql-code-generator",
"version": "0.9.0",
"version": "0.9.1",
"description": "Generate code from your SQL schema and queries for type safety and development speed.",
"author": "UladKasach @uladkasach",
"license": "MIT",
Expand Down

0 comments on commit 63a1612

Please sign in to comment.