diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d93b6b0..d755ec00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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 adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.0.0 - 2022-03-07 +* Export composeRestyleFunctions and update `useRestyle` docs [211b29d5](https://github.com/Shopify/restyle/commit/211b29d549787fb3b38df652d2effe9660fcd374) by [sbalay](https://github.com/sbalay) + ## 1.8.0 - 2022-03-04 * Send a stable reference for style object [#133](https://github.com/Shopify/restyle/pull/133) by [jamesism](https://github.com/jamesism) diff --git a/package.json b/package.json index 1fd5b21b..833265ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/restyle", - "version": "1.8.0", + "version": "2.0.0", "license": "MIT", "description": "A system for building constraint-based UI components", "main": "dist/index.js",