diff --git a/measure-bundle-size/CHANGELOG.md b/measure-bundle-size/CHANGELOG.md index eefcdb7..2e14384 100644 --- a/measure-bundle-size/CHANGELOG.md +++ b/measure-bundle-size/CHANGELOG.md @@ -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/measure-bundle-size@1.2.0...measure-bundle-size@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/measure-bundle-size@1.1.1...measure-bundle-size@1.2.0) (2022-10-20) ### Features diff --git a/measure-bundle-size/package.json b/measure-bundle-size/package.json index fdf5e00..3d1de4f 100644 --- a/measure-bundle-size/package.json +++ b/measure-bundle-size/package.json @@ -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", diff --git a/vscode-bundle-size/CHANGELOG.md b/vscode-bundle-size/CHANGELOG.md index e121987..5f420bb 100644 --- a/vscode-bundle-size/CHANGELOG.md +++ b/vscode-bundle-size/CHANGELOG.md @@ -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/bundle-size@1.5.0...bundle-size@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/bundle-size@1.4.1...bundle-size@1.5.0) (2022-10-20) ### Features diff --git a/vscode-bundle-size/package.json b/vscode-bundle-size/package.json index a632f20..262ba1f 100644 --- a/vscode-bundle-size/package.json +++ b/vscode-bundle-size/package.json @@ -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, @@ -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" }