From 78268a2ace1b6403ddbdcab80f8994bf503023a6 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 28 Jul 2021 14:25:33 +0200 Subject: [PATCH] Release 3.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b9f9bc..937c72a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.2.0](https://github.com/oceanprotocol/art/compare/v3.1.0...v3.2.0) + +- Full light versions of creatures added [`#9`](https://github.com/oceanprotocol/art/pull/9) +- full light versions of creatures added [`ccc3a58`](https://github.com/oceanprotocol/art/commit/ccc3a58d810daad87f097d08a6c4cfa36d48437d) + #### [v3.1.0](https://github.com/oceanprotocol/art/compare/v3.0.0...v3.1.0) +> 21 July 2021 + - More sea creatures added [`#8`](https://github.com/oceanprotocol/art/pull/8) - bump packages, add package-lock [`a12f322`](https://github.com/oceanprotocol/art/commit/a12f32205b8cf932fbe531ed3a74a9ebc9bf92bd) - more sea creatures added [`4d9a2e6`](https://github.com/oceanprotocol/art/commit/4d9a2e65d41bfddcfc2b2c871fb499ca4e132706) diff --git a/package-lock.json b/package-lock.json index 157b7b0..2ed27fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/art", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/art", - "version": "3.1.0", + "version": "3.2.0", "license": "CC-BY-4.0", "devDependencies": { "auto-changelog": "^2.3.0", diff --git a/package.json b/package.json index e163a78..a536d47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/art", - "version": "3.1.0", + "version": "3.2.0", "description": "Ocean Protocol's brand assets for community distribution.", "main": "index.js", "scripts": {