Skip to content

Commit

Permalink
chore(release): 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-Q committed Nov 22, 2023
1 parent 68d4d94 commit e9d3b5d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [0.1.1](https://github.com/derekstride/tree-sitter-sql/compare/v0.1.0...v0.1.1) (2023-11-22)


### Features

* Add REFERENCES column constraint to CREATE TABLE statements ([379f473](https://github.com/derekstride/tree-sitter-sql/commit/379f473698aaef8485b4fa56f316752353d565a8))


### Bug Fixes

* remove typo in npm publish workflow ([a1cf63b](https://github.com/derekstride/tree-sitter-sql/commit/a1cf63b4c919770eebe13e357f231f4279022631))

## 0.1.0 (2023-11-14)


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": "@derekstride/tree-sitter-sql",
"version": "0.1.0",
"version": "0.1.1",
"description": "Tree-sitter Grammar for SQL",
"main": "bindings/node",
"scripts": {
Expand Down

0 comments on commit e9d3b5d

Please sign in to comment.