From a990d947e79b47251f1af827adc81918494413fd Mon Sep 17 00:00:00 2001 From: Vladimir Kutepov <frenzzy.man@gmail.com> Date: Mon, 27 May 2019 17:43:29 +0300 Subject: [PATCH] 5.1.0 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7a7948b..279feb98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v5.1.0] - 2019-05-27 + +- Add useStyles(style) hook for React.js ([#159](https://github.com/kriasoft/isomorphic-style-loader/pull/159)) + ## [v5.0.0] - 2019-02-18 - Migration to new [Context API](https://reactjs.org/docs/context.html) introduced in React.js @@ -55,7 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Fix style not getting removed for multiple instance ([#23](https://github.com/kriasoft/isomorphic-style-loader/pull/23)) -[unreleased]: https://github.com/kriasoft/isomorphic-style-loader/compare/v5.0.0...HEAD +[unreleased]: https://github.com/kriasoft/isomorphic-style-loader/compare/v5.1.0...HEAD +[v5.1.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v5.0.0...v5.1.0 [v5.0.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v4.0.0...v5.0.0 [v4.0.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v3.0.0...v4.0.0 [v3.0.0]: https://github.com/kriasoft/isomorphic-style-loader/compare/v2.0.0...v3.0.0 diff --git a/package.json b/package.json index 2f686b33..62afb8bd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "isomorphic-style-loader", - "version": "5.0.1", + "version": "5.1.0", "description": "CSS style loader for Webpack optimized for critical path CSS rendering and isomoprhic web apps", "repository": "kriasoft/isomorphic-style-loader", "author": "Kriasoft <hello@kriasoft.com> (https://www.kriasoft.com)",