Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.1...v2.0.0) (2021-07-09)

### Features

* adding in a comment about version ([b13bf53](b13bf53))

### BREAKING CHANGES

* v2 and above is now being developed specificially for
nest v8 and could have some unforseen side effects with Nest v7. use with
v7 at your own risk.
  • Loading branch information
semantic-release-bot committed Jul 9, 2021
1 parent b13bf53 commit 0e05ad5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0](https://github.com/nestjs/throttler/compare/v1.2.1...v2.0.0) (2021-07-09)

### Features

- adding in a comment about version ([b13bf53](https://github.com/nestjs/throttler/commit/b13bf53542236ba6b05ac537b7a677e1644a0407))

### BREAKING CHANGES

- v2 and above is now being developed specificially for
nest v8 and could have some unforseen side effects with Nest v7. use with
v7 at your own risk.

## [1.2.1](https://github.com/nestjs/throttler/compare/v1.2.0...v1.2.1) (2021-07-09)

### Performance Improvements
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": "@nestjs/throttler",
"version": "1.2.1",
"version": "2.0.0",
"description": "A Rate-Limiting module for NestJS to work on Express, Fastify, Websockets, Socket.IO, and GraphQL, all rolled up into a simple package.",
"author": "Jay McDoniel <[email protected]>",
"contributors": [],
Expand Down

0 comments on commit 0e05ad5

Please sign in to comment.