8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d76d70 commit 7706bd7Copy full SHA for 7706bd7
CHANGELOG.md
@@ -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
7
1.2.0 / 2021-04-04
8
==================
9
package.json
@@ -1,6 +1,6 @@
{
"name": "cloudinary-vue",
- "version": "1.2.0",
+ "version": "1.2.1",
"scripts": {
"serve": "INTERNAL_DEPS=1 vue-cli-service serve ./playground/main.js",
"build": "vue-cli-service lint --fix && npm run build:lib",
@@ -21,7 +21,7 @@
21
"vue": "^2.0.0"
22
},
23
"devDependencies": {
24
- "core-js" : "3.12.1",
+ "core-js": "3.12.1",
25
"@babel/core": "^7.12.9",
26
"@babel/plugin-proposal-optional-chaining": "^7.12.1",
27
"@babel/plugin-transform-runtime": "^7.12.1",
0 commit comments