diff --git a/.changeset/fluffy-masks-remember.md b/.changeset/fluffy-masks-remember.md deleted file mode 100644 index 5a3dd84..0000000 --- a/.changeset/fluffy-masks-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tidaltheory/lens': minor ---- - -Add glob & ModifyDate metadata to `jpg` command diff --git a/CHANGELOG.md b/CHANGELOG.md index 0099605..c5bb12a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tidaltheory/lens +## 1.2.0 — 2023-04-27 + +### Minor Changes + +- Add glob & ModifyDate metadata to `jpg` command [#161](https://github.com/tidaltheory/lens/pull/161) + ## 1.1.2 — 2022-12-12 ### Patch Changes @@ -7,7 +13,7 @@ - Fix issue where an empty `meta` key would still be added if `includeMetadata` flag was false [`cb1f5cd`](https://github.com/tidaltheory/lens/commit/cb1f5cdeda88b76d8828bb59609289f13f6a87d3) - Check for IPTC buffer before trying to parse [`6e40e54`](https://github.com/tidaltheory/lens/commit/6e40e54e56c0bf3b0d3cb8a0a54a4dde83f190fd) - Update `sharp` to v0.31.2 [#144](https://github.com/tidaltheory/lens/pull/144) -- Update lowdb to v5.0.5 [#134](https://github.com/tidaltheory/lens/pull/134) +- Update lowdb to v5.0.5 [#134](https://github.com/tidaltheory/lens/pull/134) ## 1.1.1 — 2022-10-23 diff --git a/package.json b/package.json index c173715..ebd3273 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tidaltheory/lens", - "version": "1.1.2", + "version": "1.2.0", "description": "Optimise & thumbnail images, and store metadata", "keywords": [ "sharp",