Skip to content

Commit ae12929

Browse files
committed
Bump version to 1.1.0 and changelog
1 parent c40b36e commit ae12929

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

changelog.txt

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
GENERATIVE DESIGN CODE PACKAGE FOR P5.JS
22

3+
----------------------------------------------------------------
4+
Version 1.1.0 - 26 Nov 2018
5+
6+
Maintenance release:
7+
8+
* Upgrading p5.js from 0.5.14 to 0.7.2
9+
* Small tweaks to adapt sketches to p5 0.7.2
10+
* Introduced + enforced code style rules using ESLint
11+
12+
313
----------------------------------------------------------------
414
Version 1.0.0 - 20 Feb 2018
515

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Generative-Design-Code-Package-p5-js",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Code package of the book 'Generative Design: Visualize, Program, and Create with JavaScript in p5.js'",
55
"scripts": {
66
"start": "npm run watch",

0 commit comments

Comments
 (0)