diff --git a/CHANGELOG.md b/CHANGELOG.md index 14788a0..b5d0d90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [8.5.0](https://github.com/laterpay/supertab-browser/compare/v8.4.1...v8.5.0) (2025-01-15) + +### Features + +- include product attributes in experience ([#153](https://github.com/laterpay/supertab-browser/issues/153)) ([b8d3003](https://github.com/laterpay/supertab-browser/commit/b8d30039e31c79f7a7645a6966f1a7d76b4cb9f8)) + ## [8.4.1](https://github.com/laterpay/supertab-browser/compare/v8.4.0...v8.4.1) (2025-01-14) ### Bug Fixes diff --git a/package.json b/package.json index 0d078ed..dfa600d 100644 --- a/package.json +++ b/package.json @@ -101,5 +101,5 @@ ], "rules": {} }, - "version": "8.4.1" + "version": "8.5.0" }