Skip to content

Commit 8be85fb

Browse files
committed
chore(release): 1.0.3
1 parent 4fb1070 commit 8be85fb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.0.3](https://github.com/jweyrich/serverless-disable-request-validators/compare/v1.0.2...v1.0.3) (2021-12-01)
6+
7+
8+
### Features
9+
10+
* **action:** Support disassociating the request validator. ([56f770a](https://github.com/jweyrich/serverless-disable-request-validators/commit/56f770a7ecd3cb7d6045e36499ec2b14b683fbb8))
11+
12+
### [1.0.2](https://github.com/jweyrich/serverless-disable-request-validators/compare/v1.0.1...v1.0.2) (2021-12-01)
13+
14+
15+
### Features
16+
17+
* **action:** Support deleting the request validator. ([e1b27b0](https://github.com/jweyrich/serverless-disable-request-validators/commit/e1b27b0ce0aab11ff238a14e32ca297804311614))

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-disable-request-validators",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Serverless plugin to disable Request Validators from API Gateway",
55
"author": "Jardel Weyrich",
66
"license": "MIT",
@@ -65,6 +65,7 @@
6565
"devDependencies": {
6666
"@types/node": "^14.14.25",
6767
"jest": "24.5.0",
68+
"standard-version": "^9.3.2",
6869
"ts-jest": "24.0.2",
6970
"ts-node": "^9.1.1",
7071
"tsconfig-paths": "^3.9.0",

0 commit comments

Comments
 (0)