From baa9430704d201a86584324e886b7d69cbf794f9 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Wed, 4 Aug 2021 20:55:57 +0300 Subject: [PATCH] docs: roll v1.0.5 build: bump version of hardhat and typechain peer dependencies docs: add CHANGELOG.md to files field in package.json --- CHANGELOG.md | 10 ++++++++++ package.json | 9 +++++---- yarn.lock | 4 ++-- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 450961e..13be897 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.5] - 2021-08-04 + +### Added + +- Include the `CHANGELOG.md` file in package. + +### Fixed + +- Bump version of `hardhat` and `typechain` peer dependencies. + ## [1.0.4] - 2021-08-03 ### Changed diff --git a/package.json b/package.json index 5b79a1b..78b0fdc 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.4", + "version": "1.0.5", "author": { "name": "Paul Razvan Berg", "url": "https://paulrberg.com" @@ -46,7 +46,8 @@ "typescript": "~4.2.4" }, "files": [ - "/dist/**/*" + "/dist/**/*", + "CHANGELOG.md" ], "homepage": "https://github.com/paulrberg/hardhat-packager#readme", "keywords": [ @@ -63,9 +64,9 @@ "main": "./dist/index.js", "peerDependencies": { "@typechain/hardhat": "^2.2.0", - "hardhat": "^2.0.10", + "hardhat": "^2.5.0", "lodash": "^4.17.15", - "typechain": "^5.0.0" + "typechain": "^5.1.2" }, "publishConfig": { "access": "public" diff --git a/yarn.lock b/yarn.lock index bb11fc9..f6560c4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4027,9 +4027,9 @@ fsevents@~2.1.1: typescript: ~4.2.4 peerDependencies: "@typechain/hardhat": ^2.2.0 - hardhat: ^2.0.10 + hardhat: ^2.5.0 lodash: ^4.17.15 - typechain: ^5.0.0 + typechain: ^5.1.2 languageName: unknown linkType: soft