Release 3.2.0

This commit is contained in:
Matthias Kretschmann 2021-07-28 14:25:33 +02:00
parent fdbc5e02bd
commit 78268a2ace
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 10 additions and 3 deletions

View File

@ -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)

4
package-lock.json generated
View File

@ -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",

View File

@ -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": {