Skip to content

Commit cd1509c

Browse files
committed
chore(update): patch release 2.1.2 🐛
1 parent 072e93b commit cd1509c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.1.2](https://github.com/Celtian/ngx-repeat/compare/v2.1.1...v2.1.2)
8+
9+
- minor deps updated [`#16`](https://github.com/Celtian/ngx-repeat/pull/16)
10+
- chore(tests): coverage added [`#15`](https://github.com/Celtian/ngx-repeat/pull/15)
11+
- Feat/jest optimized [`#14`](https://github.com/Celtian/ngx-repeat/pull/14)
12+
- chore(jest): config optimized [`c6ea4c5`](https://github.com/Celtian/ngx-repeat/commit/c6ea4c583b07ec8358369eac59e076fe3a8eb9dd)
13+
- chore(jest): jest optimized [`66d416d`](https://github.com/Celtian/ngx-repeat/commit/66d416d6028ef36e3018ecce26e2b7accfa6a307)
14+
- chore(deps): minor deps updated [`219ab48`](https://github.com/Celtian/ngx-repeat/commit/219ab4877cd5374904c15a4d8403b94d8ea616c4)
15+
716
#### [v2.1.1](https://github.com/Celtian/ngx-repeat/compare/v2.1.0...v2.1.1)
817

18+
> 29 May 2024
19+
920
- chore(test): migrated to jest [`#13`](https://github.com/Celtian/ngx-repeat/pull/13)
21+
- chore(update): patch release 2.1.1 🐛 [`9c4ffe5`](https://github.com/Celtian/ngx-repeat/commit/9c4ffe53d5ab93e04763615d84b2a04673e1a7a3)
1022
- fix(polyfills): polyfils removed [`61b908a`](https://github.com/Celtian/ngx-repeat/commit/61b908a2cf42aba7be60d5d6487f2a722e7d6155)
1123
- chore(husky): command changed [`003393a`](https://github.com/Celtian/ngx-repeat/commit/003393ae654940fd95619dd0ab402ad4259e7930)
1224

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-repeat",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"author": {
55
"name": "Dominik Hladík",
66
"email": "dominik.hladik@seznam.cz",

projects/ngx-repeat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-repeat",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"author": {
55
"name": "Dominik Hladík",
66
"email": "dominik.hladik@seznam.cz",

0 commit comments

Comments
 (0)