Skip to content

Commit

Permalink
chore(release): 2.10.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.10.0](v2.9.0...v2.10.0) (2024-08-26)

### Features

* make all backends and formatters node streams ([65965cd](65965cd)), closes [#128](#128)

### Build and continuous integration

* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([15e8fe6](15e8fe6))
* **deps:** bump certifi in /packages/parquet-reader ([f44d3c8](f44d3c8))
* **deps:** bump urllib3 in /packages/parquet-reader ([a24371f](a24371f))
* **deps:** bump ws from 5.2.3 to 5.2.4 ([284713b](284713b))
* npm audit fix ([a84f55a](a84f55a))
* test on Java 8 ([00d8b1d](00d8b1d))
  • Loading branch information
semantic-release-bot committed Aug 26, 2024
1 parent 00d8b1d commit 39f7527
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2.10.0](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.9.0...v2.10.0) (2024-08-26)


### Features

* make all backends and formatters node streams ([65965cd](https://github.com/dvirtz/vscode-parquet-viewer/commit/65965cdd0e61b33f7d59fd12b354a6db004d9409)), closes [#128](https://github.com/dvirtz/vscode-parquet-viewer/issues/128)


### Build and continuous integration

* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([15e8fe6](https://github.com/dvirtz/vscode-parquet-viewer/commit/15e8fe654f0806e3fe5f8e9761ad12363b4db1b1))
* **deps:** bump certifi in /packages/parquet-reader ([f44d3c8](https://github.com/dvirtz/vscode-parquet-viewer/commit/f44d3c80bdcc43bb686e6ce14789c4f478394362))
* **deps:** bump urllib3 in /packages/parquet-reader ([a24371f](https://github.com/dvirtz/vscode-parquet-viewer/commit/a24371f3994a754e5a6a42d20202f5d98214760f))
* **deps:** bump ws from 5.2.3 to 5.2.4 ([284713b](https://github.com/dvirtz/vscode-parquet-viewer/commit/284713b26c9f84ace18e3fb06d1f0a777ac295f5))
* npm audit fix ([a84f55a](https://github.com/dvirtz/vscode-parquet-viewer/commit/a84f55a916b7ce3885bc9826799739d5bc37ff5a))
* test on Java 8 ([00d8b1d](https://github.com/dvirtz/vscode-parquet-viewer/commit/00d8b1d502af64ac2f8dbed319620727ea08cfd7))

## [2.9.0](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.8.4...v2.9.0) (2024-05-23)


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.9.0",
"version": "2.10.0",
"workspaces": [
"./packages/*",
"."
Expand Down

0 comments on commit 39f7527

Please sign in to comment.