Skip to content

Commit 93ffc3c

Browse files
committed
chore(release): 2.1.0
1 parent 45fd6fb commit 93ffc3c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
<a name="2.1.0"></a>
6+
# [2.1.0](https://github.com/thisissoon/angular-timesince/compare/v2.0.0...v2.1.0) (2019-02-06)
7+
8+
9+
### Features
10+
11+
* **timesince:** add support for angular 7 in package.json ([45fd6fb](https://github.com/thisissoon/angular-timesince/commit/45fd6fb))
12+
13+
14+
515
<a name="2.0.0"></a>
616
# [2.0.0](https://github.com/thisissoon/angular-timesince/compare/v1.1.0...v2.0.0) (2018-05-30)
717

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thisissoon/angular-timesince",
33
"private": false,
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"description": "A simple lightweight library for Angular which returns the number of seconds, minutes, days, months or years since any Date object based on the current system time",
66
"keywords": [
77
"angular",

0 commit comments

Comments
 (0)