Skip to content

Commit

Permalink
chore(release): 1.4.5-rc.1
Browse files Browse the repository at this point in the history
## [1.4.5-rc.1](v1.4.4...v1.4.5-rc.1) (2021-08-02)

### Bug Fixes

* bring version number back in sync ([547b8ea](547b8ea))

 [skip ci]
  • Loading branch information
imgix-git-robot committed Aug 2, 2021
1 parent 0eb0a39 commit 6d85768
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/Drift.js

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

2 changes: 1 addition & 1 deletion dist/Drift.min.js

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

2 changes: 1 addition & 1 deletion dist/Drift.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drift-zoom",
"version": "1.4.4",
"version": "1.4.5-rc.1",
"description": "Easily add \"zoom on hover\" functionality to your site's images. Lightweight, no-dependency JavaScript.",
"contributors": [
"Frederick Fogerty <[email protected]> (https://github.com/frederickfogerty)",
Expand Down
2 changes: 1 addition & 1 deletion src/js/Drift.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ZoomPane from "./ZoomPane";

export default class Drift {
constructor(triggerEl, options = {}) {
this.VERSION = "1.4.4";
this.VERSION = "1.4.5-rc.1";
this.triggerEl = triggerEl;

this.destroy = this.destroy.bind(this);
Expand Down

0 comments on commit 6d85768

Please sign in to comment.