Skip to content

Commit badf06f

Browse files
author
Yongnan Wu
committed
v14 update
1 parent e04b773 commit badf06f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change log
22

3+
## 14.0.0
4+
5+
- Angular 14 update and Ivy build
6+
37
## 13.0.0
48

59
- Remove Angular version limit

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-masonry",
3-
"version": "13.0.0",
3+
"version": "14.0.0",
44
"description": "Angular Module for displaying a feed of items in a masonry layout using https://github.com/desandro/masonry",
55
"keywords": [
66
"angular",

tsconfig.lib.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "../../out-tsc/lib",
55
"declarationMap": true,
6-
"target": "es2015",
6+
"target": "es2020",
77
"declaration": true,
88
"inlineSources": true,
99
"types": [],

0 commit comments

Comments
 (0)