Skip to content

Commit a4fb4ab

Browse files
committed
chore(release): 2.0.0
1 parent db2f309 commit a4fb4ab

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/compare/v1.2.1...v2.0.0) (2023-01-28)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop support for serverless framework v2
11+
12+
### Features
13+
14+
* add template option to choose the diagram type ([9fd887b](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/commit/9fd887be0d2e7dea2628c7aa597b5b01b5f90df6))
15+
* drop support for serverless framework v2 ([fdb560a](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/commit/fdb560acb655d8e3a4e0ebb01cf5b7267ab33ef1))
16+
* use esbuild-visualizer programmatically ([1d2d60f](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/commit/1d2d60f4e21767e4a6ca500606eccbf298341aff)), closes [#L54](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/issues/L54)
17+
518
### [1.2.1](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/compare/v1.2.0...v1.2.1) (2022-08-18)
619

720

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-analyze-bundle-plugin",
3-
"version": "1.2.1",
3+
"version": "2.0.0",
44
"author": "Adrien Cacciaguerra",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)