Skip to content

Commit

Permalink
ci(changeset): generate PR with changelog & version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 14, 2020
1 parent bff6808 commit c9da52b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-peaches-tickle.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/lemon-cars-invite.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# oas3-chow-chow

## 1.0.0

### Major Changes

- e7ce361: 💥 Breaking Changes:
`validateRequest` will now be deprecated in favor of `validateRequestByPath`, but it will NOT break. Instead, it will be printing a deprecated warning message, but do expect it to be removed completely in the future.

🎁 New Features:
Adds support for validate by operationId

### Patch Changes

- a833a4c: Fix registry

## 0.18.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "oas3-chow-chow",
"version": "0.18.0",
"version": "1.0.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"author": "<tli@atlassian.com>",
Expand Down

0 comments on commit c9da52b

Please sign in to comment.