From 911221356d7cef1edb8cf95110d393fc490e7202 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 21 Jul 2021 13:57:45 +0200 Subject: [PATCH] Release 3.1.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 d8edc28..2b9f9bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.1.0](https://github.com/oceanprotocol/art/compare/v3.0.0...v3.1.0) + +- 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) +- add changelog [`337c656`](https://github.com/oceanprotocol/art/commit/337c656fd4b1a0c1c66a84557f7a86e94a7730a5) + ### [v3.0.0](https://github.com/oceanprotocol/art/compare/v2.2.0...v3.0.0) > 29 June 2020 diff --git a/package-lock.json b/package-lock.json index 52793a9..157b7b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@oceanprotocol/art", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@oceanprotocol/art", - "version": "3.0.0", + "version": "3.1.0", "license": "CC-BY-4.0", "devDependencies": { "auto-changelog": "^2.3.0", diff --git a/package.json b/package.json index 48b3426..e163a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oceanprotocol/art", - "version": "3.0.0", + "version": "3.1.0", "description": "Ocean Protocol's brand assets for community distribution.", "main": "index.js", "scripts": {