Skip to content

Commit

Permalink
chore(release): 2.3.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.4](v2.3.3...v2.3.4) (2023-09-20)

### Bug Fixes

* fix infinite load on error ([f5967fa](f5967fa)), closes [#85](#85)

### Refactoring

* deduplicate backend unit tests ([ad14d07](ad14d07))

### General maintenance

* add python extension to devcontainer ([32857de](32857de))
* update dependencies ([6b6c7d3](6b6c7d3))

### Build and continuous integration

* update to node 18 ([407504a](407504a))
* upgrade to conan 2.x ([655dab3](655dab3))
  • Loading branch information
semantic-release-bot committed Sep 20, 2023
1 parent 407504a commit 274f5c6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [2.3.4](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.3.3...v2.3.4) (2023-09-20)


### Bug Fixes

* fix infinite load on error ([f5967fa](https://github.com/dvirtz/vscode-parquet-viewer/commit/f5967fa0ad0474de550f778519a2d862a49b1284)), closes [#85](https://github.com/dvirtz/vscode-parquet-viewer/issues/85)


### Refactoring

* deduplicate backend unit tests ([ad14d07](https://github.com/dvirtz/vscode-parquet-viewer/commit/ad14d079d3002c58c49887637bb156207f410e83))


### General maintenance

* add python extension to devcontainer ([32857de](https://github.com/dvirtz/vscode-parquet-viewer/commit/32857ded425f35a3a54915a90e370665087e235e))
* update dependencies ([6b6c7d3](https://github.com/dvirtz/vscode-parquet-viewer/commit/6b6c7d3c5a0ca014648b8c6a36e3c179ae3c6ae7))


### Build and continuous integration

* update to node 18 ([407504a](https://github.com/dvirtz/vscode-parquet-viewer/commit/407504a9d8fa15f6f035d0837578f567939b4d7e))
* upgrade to conan 2.x ([655dab3](https://github.com/dvirtz/vscode-parquet-viewer/commit/655dab3fc518d531de8ba2e40ce99ec17042bcb9))

## [2.3.3](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.3.2...v2.3.3) (2023-07-30)


Expand Down
6 changes: 3 additions & 3 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.3.3",
"version": "2.3.4",
"workspaces": [
"./packages/*"
],
Expand Down

0 comments on commit 274f5c6

Please sign in to comment.