Skip to content

Commit e66fd64

Browse files
committed
chore: Release v1.2.0
1 parent 7553c62 commit e66fd64

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
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.
4+
5+
## [1.2.0](https://github.com/prisma/serverless-plugin-typescript/compare/v1.1.9...v0.0.0) (2021-08-23)
6+
7+
### Features
8+
9+
* Recognize `package.patterns` ([#243](https://github.com/serverless/serverless-plugin-typescript/pull/243)) ([378c4f6](https://github.com/prisma/serverless-plugin-typescript/commit/378c4f6ce0711b6bdd5f4aae7eb571669f8e31a9)) ([Mariusz Nowak](https://github.com/medikoo))

package.json

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

0 commit comments

Comments
 (0)