Skip to content

Commit

Permalink
🔖 Release 1.6.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.6](v1.6.5...v1.6.6) (2023-01-23)

### 🐛

* Fix high severity vuln ([c72f725](c72f725))
* Validate URL before query running ([c5acfe1](c5acfe1))

### ♻️

* Fix js-base64 version on lock ([c61696d](c61696d))

### 🤖

* Update Snapshots ([d743589](d743589))

### ✅

* Skip "have screenshot" test ([941ebec](941ebec))
  • Loading branch information
semantic-release-bot committed Jan 23, 2023
1 parent 035a680 commit 120ba06
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.6.6](https://github.com/antoniovizuete/clickhouser/compare/v1.6.5...v1.6.6) (2023-01-23)


### :bug:

* Fix high severity vuln ([c72f725](https://github.com/antoniovizuete/clickhouser/commit/c72f725605a4b80aa9c0b0cee9c50194a4629363))
* Validate URL before query running ([c5acfe1](https://github.com/antoniovizuete/clickhouser/commit/c5acfe1e4b8c58a3779500fe30ee21db0171c25a))

### :recycle:

* Fix js-base64 version on lock ([c61696d](https://github.com/antoniovizuete/clickhouser/commit/c61696db1bd50398c871de6f98d10faac8eb43ea))

### :robot:

* Update Snapshots ([d743589](https://github.com/antoniovizuete/clickhouser/commit/d743589f33cba740cf502dcd8b2b44182990c63f))

### :white_check_mark:

* Skip "have screenshot" test ([941ebec](https://github.com/antoniovizuete/clickhouser/commit/941ebece0639cd8666804d6b2a30a38d39c9d290))

## [1.6.5](https://github.com/antoniovizuete/clickhouser/compare/v1.6.4...v1.6.5) (2022-11-10)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clickhouser",
"private": true,
"version": "1.6.5",
"version": "1.6.6",
"repository": {
"type": "git",
"url": "https://github.com/antoniovizuete/clickhouser.git"
Expand Down Expand Up @@ -55,4 +55,4 @@
"git add"
]
}
}
}

0 comments on commit 120ba06

Please sign in to comment.