Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Jul 14, 2023
1 parent a59e034 commit ab524d8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ 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.2](https://github.com/deltaDAO/nautilus/compare/v0.1.1...v0.1.2)

- Feat/extend asset builder [`#35`](https://github.com/deltaDAO/nautilus/pull/35)
- docs: create typedoc api documentation for version 0.1.2 [`a59e034`](https://github.com/deltaDAO/nautilus/commit/a59e034cac1adb327eca315c49c105d5e237b039)
- feat: add implementation for missing ddo metadata attributes [`a0f2e0b`](https://github.com/deltaDAO/nautilus/commit/a0f2e0b7029f42ea1f85aadf2028ab08ab0fc434)
- feat: add helper function to combine two arrays [`16b4edd`](https://github.com/deltaDAO/nautilus/commit/16b4edd12fc8a2d6f74ff6bb3b9c8d2f306885c6)

#### [v0.1.1](https://github.com/deltaDAO/nautilus/compare/v0.1.0...v0.1.1)

> 6 July 2023
- fix: add spread for additionalInformation object [`#34`](https://github.com/deltaDAO/nautilus/pull/34)
- build(deps): bump vm2 from 3.9.17 to 3.9.19 [`#33`](https://github.com/deltaDAO/nautilus/pull/33)
- docs: create typedoc api documentation for version 0.1.1 [`5cd5507`](https://github.com/deltaDAO/nautilus/commit/5cd5507083f505d216007143ed636a77e2519703)
- Release 0.1.1 [`db160c2`](https://github.com/deltaDAO/nautilus/commit/db160c25bcaa7713d14286c09f14ea416aa7ca33)

#### [v0.1.0](https://github.com/deltaDAO/nautilus/compare/v0.1.0-next...v0.1.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.1",
"version": "0.1.2",
"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 ab524d8

Please sign in to comment.