Skip to content

Commit

Permalink
fix: regression with getImageInfo api
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Sep 27, 2022
1 parent 8471096 commit 03e6601
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

# 4.0.1
- Fix regression with the `getImageInfo` api.

# 4.0.0
- **BREAKING**: Requires a minimum of node 16
- Upgrades internal dependencies (biggest user facing change being JS/CSS parsing and minification of newer features).
Expand Down
2 changes: 1 addition & 1 deletion getImageInfo.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./src/plugins/lasso-image');
module.exports = require('./src/plugins/lasso-image').getImageInfo;

0 comments on commit 03e6601

Please sign in to comment.