Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed May 24, 2024
1 parent 5d8cfdd commit b89917f
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
11 changes: 11 additions & 0 deletions measure-bundle-size/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.6.0](https://github.com/ambar/vscode-bundle-size/compare/[email protected]@1.6.0) (2024-05-24)


### Features

* stop esbuild process to release memory ([478857c](https://github.com/ambar/vscode-bundle-size/commit/478857cf698fa555f740acde07ded32bd26ff05f)), closes [#16](https://github.com/ambar/vscode-bundle-size/issues/16)





# [1.5.0](https://github.com/ambar/vscode-bundle-size/compare/[email protected]@1.5.0) (2024-02-08)


Expand Down
2 changes: 1 addition & 1 deletion measure-bundle-size/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "measure-bundle-size",
"version": "1.5.0",
"version": "1.6.0",
"repository": "ambar/vscode-bundle-size",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions vscode-bundle-size/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.8.0](https://github.com/ambar/vscode-bundle-size/compare/[email protected]@1.8.0) (2024-05-24)


### Features

* prefer pnpm to install esbuild ([5d8cfdd](https://github.com/ambar/vscode-bundle-size/commit/5d8cfdd1e496d093e91ac744258534fce76b56db))
* upgrade esbuild to 0.21.3 ([df0a7dc](https://github.com/ambar/vscode-bundle-size/commit/df0a7dc7aaf9924e789e41a64200eadb98237e64))





# [1.7.0](https://github.com/ambar/vscode-bundle-size/compare/[email protected]@1.7.0) (2024-02-08)


Expand Down
4 changes: 2 additions & 2 deletions vscode-bundle-size/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bundle-size",
"displayName": "Bundle Size",
"description": "Display the bundle size of npm packages",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",
"publisher": "ambar",
"private": true,
Expand Down Expand Up @@ -120,7 +120,7 @@
"devDependencies": {
"@types/node": "^20",
"@types/vscode": "^1.53.0",
"measure-bundle-size": "^1.5.0",
"measure-bundle-size": "^1.6.0",
"pretty-format": "^27.3.1",
"typescript": "^5.4.5"
}
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,7 @@ __metadata:
"@types/node": "npm:^20"
"@types/vscode": "npm:^1.53.0"
esbuild: "npm:^0.21.3"
measure-bundle-size: "npm:^1.5.0"
measure-bundle-size: "npm:^1.6.0"
pretty-format: "npm:^27.3.1"
typescript: "npm:^5.4.5"
languageName: unknown
Expand Down Expand Up @@ -3505,7 +3505,7 @@ __metadata:
languageName: node
linkType: hard

"measure-bundle-size@npm:^1.5.0, measure-bundle-size@workspace:measure-bundle-size":
"measure-bundle-size@npm:^1.6.0, measure-bundle-size@workspace:measure-bundle-size":
version: 0.0.0-use.local
resolution: "measure-bundle-size@workspace:measure-bundle-size"
dependencies:
Expand Down

0 comments on commit b89917f

Please sign in to comment.