Skip to content

Commit 1ee6277

Browse files
committed
Version 1.2.2
1 parent b77ddd8 commit 1ee6277

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
1.2.2 / 2020-04-13
2+
==================
3+
4+
New functionality
5+
-----------------
6+
* Added bundlewatch (#268)
7+
* Added issue templates (#265)
8+
9+
Other changes
10+
-----------------
11+
* Removed lock files from sample projects (#271)
12+
* Updated placeholder constants data structure (#270)
13+
* Updated styling for image without placeholder (#266)
14+
* Update sample links (#264
15+
* Update vectorize placeholder transformation (#259)
16+
117
1.2.0-rc.0 / 2020-02-17
218
=======================
319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary_angular",
3-
"version": "1.2.0-rc.0",
3+
"version": "1.2.2",
44
"scripts": {
55
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
66
"test": "ng test angular-cld",

projects/angular-cld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular-5.x",
3-
"version": "1.2.0-rc.0",
3+
"version": "1.2.2",
44
"peerDependencies": {
55
"@angular/common": "^6.0.0",
66
"@angular/core": "^6.0.0"

0 commit comments

Comments
 (0)