Skip to content

Commit

Permalink
chore(release): 2.3.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.3](v2.3.2...v2.3.3) (2023-07-30)

### Bug Fixes

* import arrow dynamically to avoid failed loading ([2774fe1](2774fe1)), closes [#83](#83)

### General maintenance

* don't spellcheck changelog ([198367b](198367b))

### Refactoring

* factor cancellation to base class ([1e5a261](1e5a261))
  • Loading branch information
semantic-release-bot committed Jul 30, 2023
1 parent 2774fe1 commit 4fa4144
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [2.3.3](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.3.2...v2.3.3) (2023-07-30)


### Bug Fixes

* import arrow dynamically to avoid failed loading ([2774fe1](https://github.com/dvirtz/vscode-parquet-viewer/commit/2774fe1c78415b0277180a74678e99c49291e542)), closes [#83](https://github.com/dvirtz/vscode-parquet-viewer/issues/83)


### General maintenance

* don't spellcheck changelog ([198367b](https://github.com/dvirtz/vscode-parquet-viewer/commit/198367bb30e83b93c6f4017fafc7e03827c7a1d9))


### Refactoring

* factor cancellation to base class ([1e5a261](https://github.com/dvirtz/vscode-parquet-viewer/commit/1e5a2618c2c612f8ac8ab5eb10874903d39d4cd2))

## [2.3.2](https://github.com/dvirtz/vscode-parquet-viewer/compare/v2.3.1...v2.3.2) (2023-07-28)


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

0 comments on commit 4fa4144

Please sign in to comment.