Skip to content

Commit 0c2025e

Browse files
committed
chore: Release v2.1.0
1 parent e9bd262 commit 0c2025e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.0](https://github.com/serverless/serverless-plugin-typescript/compare/v2.0.0...v2.1.0) (2021-09-23)
6+
7+
8+
### Features
9+
10+
* Support user defined tsconfig paths ([#205](https://github.com/serverless/serverless-plugin-typescript/issues/205)) ([a367dcd](https://github.com/serverless/serverless-plugin-typescript/commit/a367dcdcb1e7efb72e68ef6e0630d50db15cb856)) ([Jack Scotson](https://github.com/Scotsoo))
11+
512
## [2.0.0](https://github.com/prisma/serverless-plugin-typescript/compare/v1.2.0...v2.0.0) (2021-09-01)
613

714
### ⚠ BREAKING CHANGES

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.0.0",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"main": "dist/src/index.js",
66
"files": [

0 commit comments

Comments
 (0)