Skip to content

Commit

Permalink
chore: release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Jun 12, 2020
1 parent 10fe5c5 commit 989bd99
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 4.0.0 - 2020-06-12
- fix: correct input types for pipes 906e40c
- chore(deps): angular 9, typescript 3.8 9966a9a
- chore: reformat all code with prettier 10fe5c51
- docs: remove system.js instructions from README

## 3.5.0 - 2019-11-08
- feat: add `formatFn` argument to `amTimeAgo` ([#213](https://github.com/urish/ngx-moment/pull/213), contributed by [chaoyangnz](https://github.com/chaoyangnz))
- feat: add `format|formats` to from-utc pipe and parse-pipe ([#215](https://github.com/urish/ngx-moment/pull/215), contributed by [gigadie](https://github.com/gigadie))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2019 Uri Shaked and contributors
Copyright (c) 2013-2020 Uri Shaked and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.5.0",
"version": "4.0.0",
"description": "Moment.JS pipes for Angular (timeago and more)",
"scripts": {
"build": "ng build",
Expand Down

0 comments on commit 989bd99

Please sign in to comment.