Skip to content

Commit 5e6be77

Browse files
committed
chore: bump version to 0.3.3
1 parent e5bc685 commit 5e6be77

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.3](https://github.com/mxsdev/ts-expand-type/compare/v0.3.2...v0.3.3) (2022-11-09)
7+
8+
### Bug Fixes
9+
10+
- **vscode:** log localization errors ([e5bc685](https://github.com/mxsdev/ts-expand-type/commit/e5bc68521a314dd09f84238046add02958f48366))
11+
612
## [0.3.2](https://github.com/mxsdev/ts-expand-type/compare/v0.3.1...v0.3.2) (2022-11-09)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": false,
44
"useWorkspaces": true,
5-
"version": "0.3.2",
5+
"version": "0.3.3",
66
"npmClient": "yarn"
77
}

packages/typescript-explorer-vscode/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.3](https://github.com/mxsdev/ts-type-explorer/compare/v0.3.2...v0.3.3) (2022-11-09)
7+
8+
### Bug Fixes
9+
10+
- **vscode:** log localization errors ([e5bc685](https://github.com/mxsdev/ts-type-explorer/commit/e5bc68521a314dd09f84238046add02958f48366))
11+
612
## [0.3.2](https://github.com/mxsdev/ts-type-explorer/compare/v0.3.1...v0.3.2) (2022-11-09)
713

814
- Fix extension load failure due to typescript import

packages/typescript-explorer-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%typescriptExplorer.title%",
44
"description": "Full type information for variables, components, functions, and more in TypeScript projects!",
55
"publisher": "mxsdev",
6-
"version": "0.3.2",
6+
"version": "0.3.3",
77
"preview": true,
88
"private": true,
99
"icon": "resources/logo.png",

0 commit comments

Comments
 (0)