Skip to content

Commit

Permalink
Merge pull request #4 from symbol/fix-pdf-page-clonning
Browse files Browse the repository at this point in the history
fix: corrupted paper-wallet backup
  • Loading branch information
yilmazbahadir authored Jan 17, 2022
2 parents 8018908 + f533d38 commit e4b41bc
Show file tree
Hide file tree
Showing 7 changed files with 198 additions and 1,205 deletions.
8 changes: 2 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
module.exports = {
parser: '@typescript-eslint/parser',
extends: [
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:prettier/recommended',
],
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'plugin:prettier/recommended'],
parserOptions: {
ecmaVersion: 2018,
sourceType: 'module',
}
},
};
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.1.0][v0.1.0] - 14-Jan-2022

- fix: corrupted paper-wallet backup.

[v0.1.0]: https://github.com/symbol/wallets-lib/releases/tag/v0.1.0
Loading

0 comments on commit e4b41bc

Please sign in to comment.