From 621510676b9c29d388c5a167e18dda67e5311591 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Tue, 3 Aug 2021 12:43:37 +0300 Subject: [PATCH] docs: roll v1.0.4 docs: fix relative link in README --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a520349..89f90cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 4561a31..15530dc 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/package.json b/package.json index 2693252..5b79a1b 100644 --- a/package.json +++ b/package.json @@ -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"