Skip to content

Commit faabc47

Browse files
chore(release): 1.0.1
## [1.0.1](v1.0.0...v1.0.1) (2020-12-03) ### Bug Fixes * enable GradualRolloutUserIdStrategy and GradualRolloutSessionIdStrategy ([afb355a](afb355a)) * ignore invalid CIDRs ([44e1f71](44e1f71))
1 parent 5e94d4b commit faabc47

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com./pmb0/nestjs-unleash/compare/v1.0.0...v1.0.1) (2020-12-03)
2+
3+
4+
### Bug Fixes
5+
6+
* enable GradualRolloutUserIdStrategy and GradualRolloutSessionIdStrategy ([afb355a](https://github.com./pmb0/nestjs-unleash/commit/afb355adf0c8626b81dae77514bf78fd41a991d9))
7+
* ignore invalid CIDRs ([44e1f71](https://github.com./pmb0/nestjs-unleash/commit/44e1f7115d35ebaab5a46a1e0728abc9b5e311dd))
8+
19
# 1.0.0 (2020-12-02)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-unleash",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Unleash integration for NestJS",
55
"author": "Philipp Busse",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)