Release version 0.11.8

This commit is contained in:
Jürg Lehni 2018-10-17 17:05:40 +02:00
parent c9f4f730a9
commit e5cedd3cef
7 changed files with 31701 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# Change Log
## `0.11.7`
## `0.11.8`
### News

1
dist/paper-core.js vendored
View file

@ -1 +0,0 @@
../src/load.js

14977
dist/paper-core.js vendored Normal file

File diff suppressed because it is too large Load diff

1
dist/paper-full.js vendored
View file

@ -1 +0,0 @@
../src/load.js

16719
dist/paper-full.js vendored Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "paper",
"version": "0.11.7",
"version": "0.11.8",
"description": "The Swiss Army Knife of Vector Graphics Scripting",
"license": "MIT",
"homepage": "http://paperjs.org",

@ -1 +1 @@
Subproject commit afd2bbbf1cea00f1f94ff89c8a3dd370888ac705
Subproject commit f601084fc319734d0bf47da700d6b6bff95260ba

@ -1 +1 @@
Subproject commit f6794e0749cfb65d5138f3512fc0eee755bc1829
Subproject commit a07b7d149f02e980dfd837cd595f5000a9d5e052

View file

@ -17,7 +17,7 @@
// The paper.js version.
// NOTE: Adjust value here before calling `gulp publish`, which then updates and
// publishes the various JSON package files automatically.
var version = '0.11.7';
var version = '0.11.8';
// If this file is loaded in the browser, we're in load.js mode.
var load = typeof window === 'object';