Skip to content

Commit

Permalink
chore: Release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Oct 3, 2022
1 parent 035da37 commit 1c9418a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.1.3](https://github.com/serverless/serverless-plugin-typescript/compare/v2.1.2...v2.1.3) (2022-10-03)

### Bug Fixes

* Do not attempt to process non nodejs functions ([#277](https://github.com/serverless/serverless-plugin-typescript/issues/277)) ([ba2754b](https://github.com/serverless/serverless-plugin-typescript/commit/ba2754bfb704dc66aba3effb9e838821c4c7b1b8)) ([Spencer von der Ohe](https://github.com/sazzy4o))

### [2.1.2](https://github.com/serverless/serverless-plugin-typescript/compare/v2.1.1...v2.1.2) (2022-04-04)

### Bug Fixes
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-plugin-typescript",
"version": "2.1.2",
"version": "2.1.3",
"license": "MIT",
"main": "dist/src/index.js",
"files": [
Expand Down

0 comments on commit 1c9418a

Please sign in to comment.