Skip to content

Commit e9f6009

Browse files
author
cloudinary-bot
committed
Version 1.0.0-beta.5
1 parent 983fb4b commit e9f6009

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.0-beta.5 / 2021-09-01
2+
==================
3+
4+
Renaming / Refactoring
5+
================
6+
Rename the package to @cloudinary/url-gen (Previously @cloudinary/base)
7+
18
1.0.0-beta.4 / 2021-07-27
29
==================
310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/url-gen",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "",
55
"scripts": {
66
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/url-gen",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "",
55
"keywords": [],
66
"author": "",

0 commit comments

Comments
 (0)