Skip to content

Commit

Permalink
chore(main): release 6.1.0 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Mar 5, 2024
1 parent f329f54 commit e12f89d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

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


### Features

* Add role suggestions for MySql ([#165](https://github.com/gravity-ui/websql-autocomplete/issues/165)) ([eba7ac3](https://github.com/gravity-ui/websql-autocomplete/commit/eba7ac370f77f4bf39a102f449134fb0c164a162))
* Add user suggestions for MySql, role suggestions for PostgreSql ([#168](https://github.com/gravity-ui/websql-autocomplete/issues/168)) ([f329f54](https://github.com/gravity-ui/websql-autocomplete/commit/f329f54dc062a35a061e9b1de483b9d499b03b2a))

## [6.0.0](https://github.com/gravity-ui/websql-autocomplete/compare/v5.1.0...v6.0.0) (2024-02-28)


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": "websql-autocomplete",
"version": "6.0.0",
"version": "6.1.0",
"description": "A library that provides autocompletion and errors highlighting for various database dialects",
"repository": {
"type": "git",
Expand Down

0 comments on commit e12f89d

Please sign in to comment.