Skip to content

Commit

Permalink
chore(release): 2.11.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.11.0](v2.10.0...v2.11.0) (2024-09-07)

### Features

* deprecate parquet-tools and parquets backends ([6b6dd10](6b6dd10)), closes [#137](#137)

### Bug Fixes

* remove workspaces from VSCE package ([1c0290f](1c0290f)), closes [#138](#138)
* require a newer VSCode ([f3f4b79](f3f4b79))

### Build and continuous integration

* **deps-dev:** bump axios from 1.6.8 to 1.7.5 ([42109c3](42109c3))
  • Loading branch information
semantic-release-bot committed Sep 7, 2024
1 parent 1c0290f commit 064a6b5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.11.0](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.10.0...v2.11.0) (2024-09-07)


### Features

* deprecate parquet-tools and parquets backends ([6b6dd10](https://github.com/dvirtz/vscode-parquet-viewer/commit/6b6dd1027ceca336aab86f452d08ff7a74737d09)), closes [#137](https://github.com/dvirtz/vscode-parquet-viewer/issues/137)


### Bug Fixes

* remove workspaces from VSCE package ([1c0290f](https://github.com/dvirtz/vscode-parquet-viewer/commit/1c0290f57687b1832f536b8421003abdd25988ed)), closes [#138](https://github.com/dvirtz/vscode-parquet-viewer/issues/138)
* require a newer VSCode ([f3f4b79](https://github.com/dvirtz/vscode-parquet-viewer/commit/f3f4b79e999efe28a41d2be3e4818cc686523a78))


### Build and continuous integration

* **deps-dev:** bump axios from 1.6.8 to 1.7.5 ([42109c3](https://github.com/dvirtz/vscode-parquet-viewer/commit/42109c3eb5fbe8c4f47e46e7ea2d00f43241f1ab))

## [2.10.0](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.9.0...v2.10.0) (2024-08-26)


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
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/dvirtz"
},
"license": "MIT",
"version": "2.10.0",
"version": "2.11.0",
"workspaces": [
"./packages/*",
"."
Expand Down

0 comments on commit 064a6b5

Please sign in to comment.