From 3ce5b51d812cfbb48d0e4dd0124313dc593b92b1 Mon Sep 17 00:00:00 2001 From: Mathieu Dutour Date: Thu, 16 Apr 2020 09:26:33 +0200 Subject: [PATCH] v3.1.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc72a1b..a7d17555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/airbnb/react-sketchapp/releases) page. +## Version 3.1.2 + +- Handle passing a Sketch document more properly + ## Version 3.1.1 - Fix for Sketch 64 diff --git a/package.json b/package.json index 08034e27..d542938c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-sketchapp", - "version": "3.1.1", + "version": "3.1.2", "description": "A React renderer for Sketch.app", "main": "lib/index.js", "types": "lib/index.d.ts",