Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Jun 21, 2023
1 parent 5e18758 commit 22199fc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,25 @@ 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.1.0](https://github.com/deltaDAO/nautilus/compare/v0.1.0-next...v0.1.0)

- Feat: update docs generation [`#28`](https://github.com/deltaDAO/nautilus/pull/28)
- Fix: docs workflow [`#27`](https://github.com/deltaDAO/nautilus/pull/27)
- docs: improve compute result example [`#25`](https://github.com/deltaDAO/nautilus/pull/25)
- docs: create typedoc api documentation for version 0.1.0 [`5e18758`](https://github.com/deltaDAO/nautilus/commit/5e187581054b7e0ea2d45366879f623754b615ac)
- docs: rebuild api docs with new settings [`e1e566a`](https://github.com/deltaDAO/nautilus/commit/e1e566a3cf33e5f20a00743e116277bf1e1f2627)
- fix: broken typedoc links [`493dbf5`](https://github.com/deltaDAO/nautilus/commit/493dbf54f2f25262a9e1766c7dd203fac80840f7)

#### [v0.1.0-next](https://github.com/deltaDAO/nautilus/compare/v0.1.0-beta.0...v0.1.0-next)

> 16 May 2023
- Pre-Release Fixes & Refactorings [`#23`](https://github.com/deltaDAO/nautilus/pull/23)
- Feat/refactor compute [`#22`](https://github.com/deltaDAO/nautilus/pull/22)
- Feat/cleanup [`#21`](https://github.com/deltaDAO/nautilus/pull/21)
- docs: create typedoc api documentation for version 0.1.0-next [`91a4c32`](https://github.com/deltaDAO/nautilus/commit/91a4c320d11b8964d1572b6214f95469ccabca19)
- Release 0.1.0-next [`ed29c2a`](https://github.com/deltaDAO/nautilus/commit/ed29c2ab33630c4169a8b310a6c4410264912e12)
- refactor(types)!: ComputeConfig interface rename config to chainConfig [`aa4da0a`](https://github.com/deltaDAO/nautilus/commit/aa4da0a290560c2b480ad359abb149183cc60ab8)
- test: refactor compute test to use getWeb3 [`09ee44d`](https://github.com/deltaDAO/nautilus/commit/09ee44df125cbab7b878994571ad7bf47c186699)

#### [v0.1.0-beta.0](https://github.com/deltaDAO/nautilus/compare/v0.1.0-alpha.7...v0.1.0-beta.0)

Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "@deltadao/nautilus",
"source": "./src/index.ts",
"version": "0.1.0-next",
"version": "0.1.0",
"description": "A typescript library enabling automated publish & consume in Ocean Protocol ecosystems",
"main": "./dist/lib.js",
"umd:main": "./dist/lib.umd.js",
Expand Down

0 comments on commit 22199fc

Please sign in to comment.