From 7add1a12644ce8948231e31fc91e22ee86158803 Mon Sep 17 00:00:00 2001 From: Moritz Kirstein Date: Mon, 4 Sep 2023 14:14:23 +0200 Subject: [PATCH] Release 0.3.0-alpha14 --- CHANGELOG.md | 11 +++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 963a261..e2ed639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -#### [v0.3.0-alpha13](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha9...v0.3.0-alpha13) +#### [v0.3.0-alpha14](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha9...v0.3.0-alpha14) - Feat/ethers [`#53`](https://github.com/deltaDAO/nautilus/pull/53) - test: remove unused files [`bc30177`](https://github.com/deltaDAO/nautilus/commit/bc30177919e500c4ae165656a30f4242a687ef5c) @@ -66,10 +66,17 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - refactor: use object as argument for getDDO [`50128d4`](https://github.com/deltaDAO/nautilus/commit/50128d407e710f21919db4ab577fbf21e551c42b) - refactor: use early return [`e866001`](https://github.com/deltaDAO/nautilus/commit/e8660017a65fc49f6439edcbfadb335e602e00d2) -#### [v0.3.0-alpha2](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha12...v0.3.0-alpha2) +#### [v0.3.0-alpha2](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha13...v0.3.0-alpha2) > 14 August 2023 +#### [v0.3.0-alpha13](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha12...v0.3.0-alpha13) + +> 4 September 2023 + +- Release 0.3.0-alpha13 [`617a298`](https://github.com/deltaDAO/nautilus/commit/617a298b736ce0dec6e2c0093f645fa4c795f546) +- fix: cast templateId to Number [`8a62cfb`](https://github.com/deltaDAO/nautilus/commit/8a62cfb70d458b37c4ef060e429ec305ec82b7f0) + #### [v0.3.0-alpha12](https://github.com/deltaDAO/nautilus/compare/v0.3.0-alpha11...v0.3.0-alpha12) > 4 September 2023 diff --git a/package-lock.json b/package-lock.json index 4c269e0..40d57f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@deltadao/nautilus", - "version": "0.3.0-alpha13", + "version": "0.3.0-alpha14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@deltadao/nautilus", - "version": "0.3.0-alpha13", + "version": "0.3.0-alpha14", "license": "Apache-2.0", "dependencies": { "@oceanprotocol/lib": "^3.1.1", diff --git a/package.json b/package.json index add7ae3..b93bcd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@deltadao/nautilus", "source": "./src/index.ts", - "version": "0.3.0-alpha13", + "version": "0.3.0-alpha14", "description": "A typescript library enabling automated publish & consume in Ocean Protocol ecosystems", "main": "./dist/lib.js", "umd:main": "./dist/lib.umd.js",