Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Caldas committed Aug 20, 2019
1 parent 34b622c commit c9ceb9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c9ceb9f

Please sign in to comment.