Skip to content

Commit

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

# [1.3.0](https://github.com/ambar/vscode-bundle-size/compare/[email protected]@1.3.0) (2023-12-23)

### Features

- add and use lazy async generator API ([977a67e](https://github.com/ambar/vscode-bundle-size/commit/977a67ed0f1e7059a992e8fd4b6e88801919556c))
- upgrade esbuild to 0.19.10 ([e18b0dd](https://github.com/ambar/vscode-bundle-size/commit/e18b0dd2bf9659df1e1ae0330274c6d35adea367))

# [1.2.0](https://github.com/ambar/vscode-bundle-size/compare/[email protected]@1.2.0) (2022-10-20)

### Features
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.2.0",
"version": "1.3.0",
"repository": "ambar/vscode-bundle-size",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions vscode-bundle-size/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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) (2023-12-23)

### Features

- add and use lazy async generator API ([977a67e](https://github.com/ambar/vscode-bundle-size/commit/977a67ed0f1e7059a992e8fd4b6e88801919556c))
- upgrade esbuild to 0.19.10 ([e18b0dd](https://github.com/ambar/vscode-bundle-size/commit/e18b0dd2bf9659df1e1ae0330274c6d35adea367))

# [1.5.0](https://github.com/ambar/vscode-bundle-size/compare/[email protected]@1.5.0) (2022-10-20)

### Features
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.5.0",
"version": "1.6.0",
"license": "MIT",
"publisher": "ambar",
"private": true,
Expand Down Expand Up @@ -88,7 +88,7 @@
"devDependencies": {
"@types/node": "^12.11.7",
"@types/vscode": "^1.53.0",
"measure-bundle-size": "^1.2.0",
"measure-bundle-size": "^1.3.0",
"pretty-format": "^27.3.1",
"typescript": "^4.8.4"
}
Expand Down

0 comments on commit a23841e

Please sign in to comment.