Skip to content

Commit

Permalink
Merge pull request #144 from ERC725Alliance/develop
Browse files Browse the repository at this point in the history
Release v0.12.0
  • Loading branch information
Hugoo authored May 20, 2022
2 parents 269a540 + cd40914 commit ebea7f5
Show file tree
Hide file tree
Showing 21 changed files with 3,592 additions and 5,605 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/ban-ts-comment": "off",
// OTHER
"class-methods-use-this": "off",
"no-shadow": "off",
"no-console": "off",
"import/extensions": ["error", "always", { "ts": "never", "js": "never" }],
Expand Down
4 changes: 2 additions & 2 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extension": ["ts"],
"spec": "**/*.test.ts",
"spec": "src/**/*.test.ts",
"require": "ts-node/register",
"timeout": 10000
"timeout": 20000
}
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ docs
examples
.nyc_output/
generatedSchema.ts
typedoc.html.json
typedoc.json
.mocharc.json
.prettierrc
.node-version
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.12.0](https://github.com/ERC725Alliance/erc725.js/compare/v0.11.1...v0.12.0) (2022-05-19)

### ⚠ BREAKING CHANGES

- change encodeData result structure

### improvement

- change encodeData result structure ([10da619](https://github.com/ERC725Alliance/erc725.js/commit/10da619bf3eee18f6a764e0c8af8c36d9caf8d59))

### [0.11.1](https://github.com/ERC725Alliance/erc725.js/compare/v0.11.0...v0.11.1) (2022-04-06)

This version fix the npm pack error.
Expand Down
Loading

0 comments on commit ebea7f5

Please sign in to comment.