Skip to content

Commit

Permalink
Bump version to 1.1.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
b-g committed Nov 26, 2018
1 parent c40b36e commit ae12929
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ae12929

Please sign in to comment.