Skip to content

Commit

Permalink
chore(main): release 8.0.0 (#174)
Browse files Browse the repository at this point in the history
* chore(main): release 8.0.0

* Update package-lock.json

---------

Co-authored-by: Nikita Shkaruba <[email protected]>
  • Loading branch information
gravity-ui-bot and NikitaShkaruba authored Mar 11, 2024
1 parent 449959a commit 1779d06
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [8.0.0](https://github.com/gravity-ui/websql-autocomplete/compare/v7.0.0...v8.0.0) (2024-03-11)


### ⚠ BREAKING CHANGES

* Support YQ dialect ([#173](https://github.com/gravity-ui/websql-autocomplete/issues/173))

### Features

* Support YQ dialect ([#173](https://github.com/gravity-ui/websql-autocomplete/issues/173)) ([24f51be](https://github.com/gravity-ui/websql-autocomplete/commit/24f51bea07d8fe657104ba12ae39cbd433457b3b))


### Bug Fixes

* rename YQ and YQL functions ([#175](https://github.com/gravity-ui/websql-autocomplete/issues/175)) ([2d1feef](https://github.com/gravity-ui/websql-autocomplete/commit/2d1feef47b8ae2a99ed5c51e2d3825fa1ac21d9a))

## [7.0.0](https://github.com/gravity-ui/websql-autocomplete/compare/v6.1.0...v7.0.0) (2024-03-06)


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
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/websql-autocomplete",
"version": "7.0.0",
"version": "8.0.0",
"description": "A library that provides autocompletion and errors highlighting for various database dialects",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1779d06

Please sign in to comment.