From 7654b08f9a5d528cf070d34bfc9aad8b36a434f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Le=20Ralec?= Date: Thu, 7 Jul 2022 22:31:41 +0200 Subject: [PATCH] chore: release v1.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53528b5..d0304b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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). +#### [1.5.0](https://github.com/mleralec/jsx-to-styled/compare/1.4.0...1.5.0) + +- feat: responsive (breakpoints) [`97d9de9`](https://github.com/mleralec/jsx-to-styled/commit/97d9de9ccdbd3fc6dc3e409dba100210667025bb) + #### [1.4.0](https://github.com/mleralec/jsx-to-styled/compare/1.3.2...1.4.0) +> 7 July 2022 + - refactor: prefix styled props with $ symbol [`67cba80`](https://github.com/mleralec/jsx-to-styled/commit/67cba80cbbc7225d7e32694b7cbded25a89a3954) +- chore: release v1.4.0 [`1525bb9`](https://github.com/mleralec/jsx-to-styled/commit/1525bb9ce24b3700192d33a119514e28e5ce3e7c) #### [1.3.2](https://github.com/mleralec/jsx-to-styled/compare/1.3.1...1.3.2) diff --git a/package.json b/package.json index 2c5bf4d..e2928d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jsx-to-styled", "description": "jsx-to-styled adds styled props to your React components", - "version": "1.4.0", + "version": "1.5.0", "author": "mleralec", "license": "MIT", "repository": {