Skip to content

Commit

Permalink
chore: release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Delagen committed Dec 22, 2021
1 parent 41083d6 commit a05315f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 6.0.2 - 2021-12-22
- Fix moment import via jsnext entry point (use default import interop) (see [#245](https://github.com/urish/ngx-moment/issues/245))

## 6.0.1 - 2021-12-20
- Fix build issue (see [#273](https://github.com/urish/ngx-moment/issues/273))
- Fix build issue (see [#273](https://github.com/urish/ngx-moment/issues/273))_

## 6.0.0 - 2021-11-30
- Support for Angular 13 + Ivy
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "6.0.1",
"version": "6.0.2",
"description": "Moment.JS pipes for Angular (timeago and more)",
"scripts": {
"build": "ng build",
Expand Down

0 comments on commit a05315f

Please sign in to comment.