Skip to content

Commit

Permalink
chore: release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Mar 7, 2019
1 parent e0f1768 commit cf7de8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.4.0 - 2019-03-07
- feat: add amIsBefore, amIsAfter pipes ([#208](https://github.com/urish/ngx-moment/pull/208), contributed by [StickNitro](https://github.com/StickNitro))
- Ability to provide options to the MomentModule ([#209](https://github.com/urish/ngx-moment/pull/209), contributed by [StickNitro](https://github.com/StickNitro))
- fix: Improved Text Update on locale change when not using MomentInput ([#210](https://github.com/urish/ngx-moment/pull/210), contributed by [jensweigele](https://github.com/jensweigele))

## 3.3.0 - 2018-12-09
- fix: Allow using all supported Moment inputs with TimeAgoPipe ([#206](https://github.com/urish/ngx-moment/pull/206), contributed by [theodorejb](https://github.com/theodorejb))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-moment",
"version": "3.3.0",
"version": "3.4.0",
"description": "Moment.JS pipes for Angular (timeago and more)",
"scripts": {
"build": "ng build",
Expand Down

0 comments on commit cf7de8b

Please sign in to comment.