Skip to content

Commit

Permalink
Bump version to v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Mar 14, 2019
1 parent c017781 commit edcd80e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.1

- Fixed: call to `renderToCSS` was missing parameters.

## v1.2.0

- Added: `renderToCSS` method. It can be used together with the PostCSS transformer to add support for CSS variables.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ If you are using [Expo](https://expo.io/), instead of adding the `rn-cli.config.

## CSS Custom Properties (CSS variables)

_You need version 1.2.0 or newer_
_You need version 1.2.1 or newer_

```css
:root {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-less-transformer",
"version": "1.2.0",
"version": "1.2.1",
"description": "Less transformer for react-native",
"main": "index.js",
"repository": "https://github.com/kristerkari/react-native-less-transformer",
Expand Down

0 comments on commit edcd80e

Please sign in to comment.