Skip to content

Commit

Permalink
docs: roll v1.0.4
Browse files Browse the repository at this point in the history
docs: fix relative link in README
  • Loading branch information
PaulRBerg committed Aug 3, 2021
1 parent 6da98b4 commit 6215106
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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).

## [1.0.4] - 2021-08-03

### Changed

- Fix typos in README.

### Fixed

- Do not delete the TypeChain `common.ts` file.

## [1.0.3] - 2021-08-02

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module.exports = {
## Usage

To use this plugin you need to decide which contracts you would like to be part of the package deployed to the registry.
Refer to the [configuration](/#configuration) section above.
Refer to the [configuration](./README.md#configuration) section above.

Then, run it like this:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hardhat-packager",
"description": "Hardhat plugin for preparing the contract artifacts and the TypeChain bindings for registry deployment",
"version": "1.0.3",
"version": "1.0.4",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down

0 comments on commit 6215106

Please sign in to comment.