Skip to content

Commit

Permalink
chore(release): 1.2.1-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski authored and sherwinski committed Apr 20, 2021
1 parent fdc4b43 commit 0ef7561
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## [1.2.1-beta.4](https://github.com/imgix/imgix-management-js/compare/v1.2.1-beta.3...v1.2.1-beta.4) (2021-04-20)

* fix: rename RequestError to APIError to match class name ([#84](https://github.com/imgix/imgix-management-js/pull/84))

## [1.2.1-beta.3](https://github.com/imgix/imgix-management-js/compare/v1.2.1-beta.2...v1.2.1-beta.3) (2021-04-13)

* fix: specify APIError as a static class property ([#82](https://github.com/imgix/imgix-management-js/pull/82))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imgix-management-js",
"version": "1.2.1-beta.3",
"version": "1.2.1-beta.4",
"description": "A Javascript library that wraps the imgix management API",
"main": "src/imgix-api.js",
"types": "./types/index.d.ts",
Expand Down

0 comments on commit 0ef7561

Please sign in to comment.