From a6fdf65dc4560eb4ee997c08049a8146bb61e910 Mon Sep 17 00:00:00 2001 From: ambar Date: Thu, 8 Feb 2024 13:11:20 +0800 Subject: [PATCH] Publish - measure-bundle-size@1.5.0 - bundle-size@1.7.0 --- measure-bundle-size/CHANGELOG.md | 12 ++++++++++++ measure-bundle-size/package.json | 2 +- vscode-bundle-size/CHANGELOG.md | 12 ++++++++++++ vscode-bundle-size/package.json | 4 ++-- 4 files changed, 27 insertions(+), 3 deletions(-) diff --git a/measure-bundle-size/CHANGELOG.md b/measure-bundle-size/CHANGELOG.md index b04accc..065d302 100644 --- a/measure-bundle-size/CHANGELOG.md +++ b/measure-bundle-size/CHANGELOG.md @@ -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.5.0](https://github.com/ambar/vscode-bundle-size/compare/measure-bundle-size@1.4.0...measure-bundle-size@1.5.0) (2024-02-08) + + +### Features + +* add loader option ([428a219](https://github.com/ambar/vscode-bundle-size/commit/428a219858691617d1b40301f2a0d5b60498f872)) +* add support for parsing Flow, applied to RN modules by default ([86fc1d6](https://github.com/ambar/vscode-bundle-size/commit/86fc1d6a378c72725df528f48e3f718db7566848)) + + + + + # [1.4.0](https://github.com/ambar/vscode-bundle-size/compare/measure-bundle-size@1.3.0...measure-bundle-size@1.4.0) (2023-12-24) ### Features diff --git a/measure-bundle-size/package.json b/measure-bundle-size/package.json index 3e0296e..3718fc5 100644 --- a/measure-bundle-size/package.json +++ b/measure-bundle-size/package.json @@ -1,6 +1,6 @@ { "name": "measure-bundle-size", - "version": "1.4.0", + "version": "1.5.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 0edbd07..2176868 100644 --- a/vscode-bundle-size/CHANGELOG.md +++ b/vscode-bundle-size/CHANGELOG.md @@ -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.7.0](https://github.com/ambar/vscode-bundle-size/compare/bundle-size@1.6.1...bundle-size@1.7.0) (2024-02-08) + + +### Features + +* add loader option ([428a219](https://github.com/ambar/vscode-bundle-size/commit/428a219858691617d1b40301f2a0d5b60498f872)) +* add support for parsing Flow, applied to RN modules by default ([86fc1d6](https://github.com/ambar/vscode-bundle-size/commit/86fc1d6a378c72725df528f48e3f718db7566848)) + + + + + ## [1.6.1](https://github.com/ambar/vscode-bundle-size/compare/bundle-size@1.6.0...bundle-size@1.6.1) (2023-12-24) - enable experimental decorators ([af07e9d](https://github.com/ambar/vscode-bundle-size/commit/af07e9dd421c5f31cd2d8a21454ee407b1003da7)) diff --git a/vscode-bundle-size/package.json b/vscode-bundle-size/package.json index 8d076a5..148d0fe 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.6.1", + "version": "1.7.0", "license": "MIT", "publisher": "ambar", "private": true, @@ -120,7 +120,7 @@ "devDependencies": { "@types/node": "^12.11.7", "@types/vscode": "^1.53.0", - "measure-bundle-size": "^1.4.0", + "measure-bundle-size": "^1.5.0", "pretty-format": "^27.3.1", "typescript": "^4.8.4" }