Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit 53a88cf

Browse files
committed
chore(release): v0.2.1
1 parent 4ae026c commit 53a88cf

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

projects/angular-stdlib/date/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.2.1 (2019-12-22)
2+
3+
### Bug Fixes
4+
5+
* **README:** fix `AngularDateHttpInterceptor` example ([#1](https://github.com/PACK-Solutions/angular-stdlib/issues/1))
6+
7+
18
# 0.2.0 (2019-11-18)
29

310
### Features

projects/angular-stdlib/date/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/angular-stdlib/date/package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@angular-stdlib/date",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
4+
"description": "Angular standard library for dates",
5+
"license": "MIT",
6+
"keywords": [
7+
"angular",
8+
"stdlib",
9+
"date"
10+
],
11+
"homepage": "https://github.com/PACK-Solutions/angular-stdlib/tree/master/projects/angular-stdlib/date#readme",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/PACK-Solutions/angular-stdlib/tree/master/projects/angular-stdlib/date"
15+
},
16+
"scripts": {
17+
"test": "ng test"
18+
},
419
"peerDependencies": {
520
"@angular/common": "^7.2.0",
621
"@angular/core": "^7.2.0",

0 commit comments

Comments
 (0)