Skip to content

Commit

Permalink
Release 1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Dec 8, 2023
1 parent c6bf413 commit 01e9589
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

#### [v1.0.0-beta.0](https://github.com/deltaDAO/nautilus/compare/v0.3.0-beta.2...v1.0.0-beta.0)

- feat: add asset edit functionality [`#58`](https://github.com/deltaDAO/nautilus/pull/58)
- docs: create typedoc api documentation for version 1.0.0-beta [`c6bf413`](https://github.com/deltaDAO/nautilus/commit/c6bf4130b3ce40cf01321ea83200984dfbe6bdfd)

#### [v0.3.0-beta.2](https://github.com/deltaDAO/nautilus/compare/v0.3.0-beta.1...v0.3.0-beta.2)

> 6 September 2023
- graphql codegen [`#57`](https://github.com/deltaDAO/nautilus/pull/57)
- deps: replace apollo with graphql-codegen [`f85aafc`](https://github.com/deltaDAO/nautilus/commit/f85aafc7485e1498c0c258344e831d2fe595f3df)
- feat: generate graphql types using graphql-codegen [`7ba659c`](https://github.com/deltaDAO/nautilus/commit/7ba659c8ea9c658e58c28be3b10b2879e22c9874)
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.3.0-beta.2",
"version": "1.0.0-beta.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 01e9589

Please sign in to comment.