Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
strausr committed Apr 13, 2020
1 parent b77ddd8 commit 1ee6277
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
1.2.2 / 2020-04-13
==================

New functionality
-----------------
* Added bundlewatch (#268)
* Added issue templates (#265)

Other changes
-----------------
* Removed lock files from sample projects (#271)
* Updated placeholder constants data structure (#270)
* Updated styling for image without placeholder (#266)
* Update sample links (#264
* Update vectorize placeholder transformation (#259)

1.2.0-rc.0 / 2020-02-17
=======================

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": "cloudinary_angular",
"version": "1.2.0-rc.0",
"version": "1.2.2",
"scripts": {
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
"test": "ng test angular-cld",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-cld/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/angular-5.x",
"version": "1.2.0-rc.0",
"version": "1.2.2",
"peerDependencies": {
"@angular/common": "^6.0.0",
"@angular/core": "^6.0.0"
Expand Down

0 comments on commit 1ee6277

Please sign in to comment.