Skip to content

Commit 256540c

Browse files
committed
chore: Release v2.1.4
1 parent a1098de commit 256540c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.1.4](https://github.com/serverless/serverless-plugin-typescript/compare/v2.1.3...v2.1.4) (2022-10-06)
6+
7+
### Bug Fixes
8+
9+
* Ensure to remove build directory ([#282](https://github.com/serverless/serverless-plugin-typescript/issues/282)) ([a1098de](https://github.com/serverless/serverless-plugin-typescript/commit/a1098de63f4f36b7ece330f53b9384f7de2bdafa)) ([Douwe](https://github.com/douwe-rm))
10+
511
### [2.1.3](https://github.com/serverless/serverless-plugin-typescript/compare/v2.1.2...v2.1.3) (2022-10-03)
612

713
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-typescript",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"license": "MIT",
55
"main": "dist/src/index.js",
66
"files": [

0 commit comments

Comments
 (0)