Skip to content

Commit 7706bd7

Browse files
author
cloudinary-bot
committed
Version 1.2.1
1 parent 7d76d70 commit 7706bd7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.2.1 / 2021-05-18
2+
==================
3+
4+
Other Changes
5+
* Remove require statements from the dist package (#136)
6+
17
1.2.0 / 2021-04-04
28
==================
39

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-vue",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"scripts": {
55
"serve": "INTERNAL_DEPS=1 vue-cli-service serve ./playground/main.js",
66
"build": "vue-cli-service lint --fix && npm run build:lib",
@@ -21,7 +21,7 @@
2121
"vue": "^2.0.0"
2222
},
2323
"devDependencies": {
24-
"core-js" : "3.12.1",
24+
"core-js": "3.12.1",
2525
"@babel/core": "^7.12.9",
2626
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
2727
"@babel/plugin-transform-runtime": "^7.12.1",

0 commit comments

Comments
 (0)