Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jan 28, 2023
1 parent db2f309 commit a4fb4ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.0.0](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/compare/v1.2.1...v2.0.0) (2023-01-28)


### ⚠ BREAKING CHANGES

* drop support for serverless framework v2

### Features

* add template option to choose the diagram type ([9fd887b](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/commit/9fd887be0d2e7dea2628c7aa597b5b01b5f90df6))
* drop support for serverless framework v2 ([fdb560a](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/commit/fdb560acb655d8e3a4e0ebb01cf5b7267ab33ef1))
* 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)

### [1.2.1](https://github.com/adriencaccia/serverless-analyze-bundle-plugin/compare/v1.2.0...v1.2.1) (2022-08-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-analyze-bundle-plugin",
"version": "1.2.1",
"version": "2.0.0",
"author": "Adrien Cacciaguerra",
"license": "MIT",
"files": [
Expand Down

0 comments on commit a4fb4ab

Please sign in to comment.