From ae12929001d71662c6d7bf8c36b833d469a46d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20Gro=C3=9F?= Date: Mon, 26 Nov 2018 11:40:35 +0100 Subject: [PATCH] Bump version to 1.1.0 and changelog --- changelog.txt | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 27a3b842..c7103584 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,15 @@ GENERATIVE DESIGN CODE PACKAGE FOR P5.JS +---------------------------------------------------------------- +Version 1.1.0 - 26 Nov 2018 + +Maintenance release: + +* Upgrading p5.js from 0.5.14 to 0.7.2 +* Small tweaks to adapt sketches to p5 0.7.2 +* Introduced + enforced code style rules using ESLint + + ---------------------------------------------------------------- Version 1.0.0 - 20 Feb 2018 diff --git a/package-lock.json b/package-lock.json index 33cbd19c..54a9881e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Generative-Design-Code-Package-p5-js", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c2a8b2b2..091d94f9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Generative-Design-Code-Package-p5-js", - "version": "1.0.0", + "version": "1.1.0", "description": "Code package of the book 'Generative Design: Visualize, Program, and Create with JavaScript in p5.js'", "scripts": { "start": "npm run watch",