Skip to content

Commit 08453af

Browse files
committed
chore(release): 1.5.1
1 parent 66a04a8 commit 08453af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [1.5.1](https://github.com/ngneat/bind-query-params/compare/v1.5.0...v1.5.1) (2021-02-23)
6+
7+
8+
### Bug Fixes
9+
10+
* properly handle keys with brackets ([cf2f6a9](https://github.com/ngneat/bind-query-params/commit/cf2f6a9bf6058a1cccfc50be14b8ecec274a0456))
11+
512
## [1.5.0](https://github.com/ngneat/bind-query-params/compare/v1.4.0...v1.5.0) (2021-02-14)
613

714

projects/ngneat/bind-query-params/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngneat/bind-query-params",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Sync URL Query Params with Angular Form Controls",
55
"dependencies": {
66
"tslib": "^2.0.0",

0 commit comments

Comments
 (0)