diff --git a/CHANGELOG.md b/CHANGELOG.md index 2280c52..97c5677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.3.0](https://github.com/multivoltage/marilena/compare/2.2.2...2.3.0) + +- feat: add basic screen size selection + update readme [`e63f068`](https://github.com/multivoltage/marilena/commit/e63f0689ce12616a0f7bf8592f77120160fd46fd) + #### [2.2.2](https://github.com/multivoltage/marilena/compare/2.2.1...2.2.2) +> 23 January 2024 + - chore(deps): bump @aws-sdk/client-ses from 3.490.0 to 3.495.0 [`e0537e4`](https://github.com/multivoltage/marilena/commit/e0537e425d0166c726a6e097eadfdfa5dd971a5f) - chore(deps-dev): bump vitest from 1.1.3 to 1.2.1 [`84929b8`](https://github.com/multivoltage/marilena/commit/84929b8706c54ee737847dbf96837ddfa416df2a) -- chore(deps): bump react-router-dom from 6.21.2 to 6.21.3 [`a496f23`](https://github.com/multivoltage/marilena/commit/a496f238aa3c6182e4a1d2b1fe6cbb08cdc68663) +- chore: release v2.2.2 [`8326541`](https://github.com/multivoltage/marilena/commit/832654186226dc5ba543949497ce0e286c078e35) #### [2.2.1](https://github.com/multivoltage/marilena/compare/2.2.0...2.2.1) diff --git a/package-lock.json b/package-lock.json index cb0b532..b26447d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "marilena", - "version": "2.2.2", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "marilena", - "version": "2.2.2", + "version": "2.3.0", "license": "ISC", "dependencies": { "@aws-sdk/client-ses": "^3.388.0", diff --git a/package.json b/package.json index d991bac..072de67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marilena", - "version": "2.2.2", + "version": "2.3.0", "type": "module", "description": "a tool to build emails with cool stuff like mjml and different template engine like handlebars or eta.js", "scripts": {