Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty committed Jul 16, 2018
1 parent 4ac1243 commit ba361fd
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 950 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.3.0"></a>
# [1.3.0](https://github.com/imgix/drift/compare/v1.2.2...v1.3.0) (2018-07-16)


### Bug Fixes

* **zoom-pane:** set min and max values correctly when image is smaller than container ([#69](https://github.com/imgix/drift/issues/69)) ([03f9e26](https://github.com/imgix/drift/commit/03f9e26))


### Features

* add lib and es6 bundles, use closure compiler, remove gulp ([#70](https://github.com/imgix/drift/issues/70)) ([e48daa7](https://github.com/imgix/drift/commit/e48daa7))



<a name="1.2.2"></a>
## 1.2.2 (2018-07-09)

Expand Down
18 changes: 9 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drift",
"version": "1.2.2",
"version": "1.3.0",
"description": "Easily add \"zoom on hover\" functionality to your site's images. Lightweight, no-dependency JavaScript.",
"main": [
"dist/Drift.min.js",
Expand All @@ -20,16 +20,16 @@
"homepage": "https://github.com/imgix/drift",
"moduleType": [],
"ignore": [
"**/.*",
".github",
"**/.*",
".github",
"node_modules",
"src",
"test",
"test",
"CONTRIBUTING.md",
"index.html",
"config",
"package.json",
"postcss.config.js",
"webpack.config.js"
"index.html",
"config",
"package.json",
"postcss.config.js",
"webpack.config.js"
]
}
Loading

0 comments on commit ba361fd

Please sign in to comment.