Skip to content

Commit

Permalink
docs: roll v1.0.5
Browse files Browse the repository at this point in the history
build: bump version of hardhat and typechain peer dependencies
docs: add CHANGELOG.md to files field in package.json
  • Loading branch information
PaulRBerg committed Aug 4, 2021
1 parent 188a5bf commit baa9430
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 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.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
Expand Down
9 changes: 5 additions & 4 deletions 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.4",
"version": "1.0.5",
"author": {
"name": "Paul Razvan Berg",
"url": "https://paulrberg.com"
Expand Down Expand Up @@ -46,7 +46,8 @@
"typescript": "~4.2.4"
},
"files": [
"/dist/**/*"
"/dist/**/*",
"CHANGELOG.md"
],
"homepage": "https://github.com/paulrberg/hardhat-packager#readme",
"keywords": [
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit baa9430

Please sign in to comment.