diff --git a/CHANGELOG.md b/CHANGELOG.md index e6d79a8..d441b99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,17 @@ - -## [0.0.2](https://github.com/trivago/babel-plugin-cloudinary/tree/0.0.2) - -- First release with documented APIs for `__buildCloudinaryUrl` and `cloudinaryrc.json`. +## [0.0.3](https://github.com/trivago/babel-plugin-cloudinary/tree/0.0.3) ### Bugfix -- [#7](https://github.com/trivago/babel-plugin-cloudinary/issues/7) Support asset names in `getBaseImageUrl` that are URL-encoded by Cloudinary API. +- Update dependencies based on npm security audit -### Features +## [0.0.2](https://github.com/trivago/babel-plugin-cloudinary/tree/0.0.2) + +### Bugfix +- [#7](https://github.com/trivago/babel-plugin-cloudinary/issues/7) Support asset names in `getBaseImageUrl` that are URL-encoded by Cloudinary API. - Update dependencies based on npm security audit ## [0.0.1](https://github.com/trivago/babel-plugin-cloudinary/tree/0.0.1) diff --git a/package.json b/package.json index d34655d..cce6b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-cloudinary", - "version": "0.0.2", + "version": "0.0.3", "description": "Compile cloudinary URLs at build time", "author": "Daniel Caldas", "license": "Apache-2.0",