From 1165e478045ab3b5f3b17a24f32b36365de71be2 Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Mon, 9 Aug 2021 00:24:30 +0300 Subject: [PATCH] docs: roll v1.1.0 docs: add missing link for v1.0.5 release in CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13be897..9d6767e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ 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.1.0] - 2021-08-09 + +### Added + +- Allow users to include the TypeChain factories in the output. + +### Changed + +- Rename `TASK_PREPARE_PACKAGE_TYPECHAIN` task. +- Separate the TypeChain subtask in core bindings and factories subtasks. + ## [1.0.5] - 2021-08-04 ### Added @@ -52,6 +63,8 @@ YANKED. - First release of the plugin. +[1.1.0]: https://github.com/paulrberg/hardhat-packager/releases/tag/v1.1.0 +[1.0.5]: https://github.com/paulrberg/hardhat-packager/releases/tag/v1.0.5 [1.0.4]: https://github.com/paulrberg/hardhat-packager/releases/tag/v1.0.4 [1.0.3]: https://github.com/paulrberg/hardhat-packager/releases/tag/v1.0.3 [1.0.2]: https://github.com/paulrberg/hardhat-packager/releases/tag/v1.0.2 diff --git a/package.json b/package.json index bf694b0..624643a 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.5", + "version": "1.1.0", "author": { "name": "Paul Razvan Berg", "url": "https://paulrberg.com"