Skip to content

Commit 84f7b2d

Browse files
chore(release): 0.4.1 [skip ci]
## [0.4.1](v0.4.0...v0.4.1) (2022-10-28) ### Bug Fixes * Build package before publish ([#52](#52)) ([7d13602](7d13602)), closes [#51](#51)
1 parent 7d13602 commit 84f7b2d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.4.1](https://github.com/colbyfayock/next-cloudinary/compare/v0.4.0...v0.4.1) (2022-10-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Build package before publish ([#52](https://github.com/colbyfayock/next-cloudinary/issues/52)) ([7d13602](https://github.com/colbyfayock/next-cloudinary/commit/7d13602bb4a1726e8acaf8495747f9f5a0022bc6)), closes [#51](https://github.com/colbyfayock/next-cloudinary/issues/51)
7+
18
# [0.4.0](https://github.com/colbyfayock/next-cloudinary/compare/v0.3.0...v0.4.0) (2022-10-27)
29

310

next-cloudinary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-cloudinary",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"main": "dist/next-cloudinary.umd.js",
55
"module": "dist/next-cloudinary.module.js",
66
"umd:main": "dist/next-cloudinary.umd.js",

0 commit comments

Comments
 (0)