Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - measure-bundle-size@1.4.0
 - bundle-size@1.6.1
  • Loading branch information
ambar committed Dec 24, 2023
1 parent af07e9d commit 0c2bc23
Show file tree
Hide file tree
Showing 4 changed files with 14 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.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

- enable experimental decorators ([af07e9d](https://github.com/ambar/vscode-bundle-size/commit/af07e9dd421c5f31cd2d8a21454ee407b1003da7))
- use binary loader for .node files ([9272c9f](https://github.com/ambar/vscode-bundle-size/commit/9272c9fb536b9d1bb1eeee6f01bddef8cf389c21))

# [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
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.3.0",
"version": "1.4.0",
"repository": "ambar/vscode-bundle-size",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down
4 changes: 4 additions & 0 deletions vscode-bundle-size/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.6.1](https://github.com/ambar/vscode-bundle-size/compare/bundle-size@1.6.0...bundle-size@1.6.1) (2023-12-24)

**Note:** Version bump only for package bundle-size

# [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
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.0",
"version": "1.6.1",
"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.3.0",
"measure-bundle-size": "^1.4.0",
"pretty-format": "^27.3.1",
"typescript": "^4.8.4"
}
Expand Down

0 comments on commit 0c2bc23

Please sign in to comment.