Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Feb 8, 2024
1 parent 428a219 commit a6fdf65
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
12 changes: 12 additions & 0 deletions measure-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.5.0](https://github.com/ambar/vscode-bundle-size/compare/[email protected]@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/[email protected]@1.4.0) (2023-12-24)

### 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.4.0",
"version": "1.5.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.7.0](https://github.com/ambar/vscode-bundle-size/compare/[email protected]@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/[email protected]@1.6.1) (2023-12-24)

- enable experimental decorators ([af07e9d](https://github.com/ambar/vscode-bundle-size/commit/af07e9dd421c5f31cd2d8a21454ee407b1003da7))
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.6.1",
"version": "1.7.0",
"license": "MIT",
"publisher": "ambar",
"private": true,
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit a6fdf65

Please sign in to comment.