Skip to content

Commit c3508e5

Browse files
committed
chore(release): 1.5.0
1 parent b9672c7 commit c3508e5

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.0](https://github.com/ngneat/bind-query-params/compare/v1.4.0...v1.5.0) (2021-02-14)
6+
7+
8+
### Features
9+
10+
* add serializer option ([165d36c](https://github.com/ngneat/bind-query-params/commit/165d36c508bfc4d08b31af7595f0ce54a3bbbd16))
11+
512
## [1.4.0](https://github.com/ngneat/bind-query-params/compare/v1.3.0...v1.4.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.4.0",
3+
"version": "1.5.0",
44
"description": "Sync URL Query Params with Angular Form Controls",
55
"dependencies": {
66
"tslib": "^2.0.0",

0 commit comments

Comments
 (0)