Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0xslipk committed Jul 13, 2021
1 parent dcd5b08 commit 5bbcdd4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 4
open-pull-requests-limit: 2
ignore:
- dependency-name: eslint-config-prettier
versions:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.3.1
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/07/13**

- [#93](https://github.com/jarcodallo/nestjs-ethers/pull/93) Update dependencies

## 0.3.0
Published by **[jarcodallo](https://github.com/jarcodallo)** on **2021/04/21**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ NestJS-Ethers
=============

[![npm](https://img.shields.io/npm/v/nestjs-ethers)](https://www.npmjs.com/package/nestjs-ethers)
[![travis](https://api.travis-ci.com/jarcodallo/nestjs-ethers.svg?branch=main)](https://travis-ci.com/github/jarcodallo/nestjs-ethers)
[![coverage](https://coveralls.io/repos/github/jarcodallo/nestjs-ethers/badge.svg?branch=main)](https://coveralls.io/github/jarcodallo/nestjs-ethers?branch=main)
[![CircleCI](https://circleci.com/gh/jarcodallo/nestjs-ethers/tree/main.svg?style=svg)](https://circleci.com/gh/jarcodallo/nestjs-ethers/tree/main)
[![Coverage Status](https://coveralls.io/repos/github/jarcodallo/nestjs-ethers/badge.svg?branch=main)](https://coveralls.io/github/jarcodallo/nestjs-ethers?branch=main)
[![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/nestjs-ethers)](https://snyk.io/test/github/jarcodallo/nestjs-ethers)
[![dependencies](https://img.shields.io/david/jarcodallo/nestjs-ethers)](https://img.shields.io/david/jarcodallo/nestjs-ethers)
[![dependabot](https://badgen.net/dependabot/jarcodallo/nestjs-ethers/?icon=dependabot)](https://badgen.net/dependabot/jarcodallo/nestjs-ethers/?icon=dependabot)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "dist/index.js",
"engineStrict": false,
"engines": {
"node": "^10.24 || >=12.22 || >=14.17 || >=15.14"
"node": "^12.22 || >=14.17 || >=16.4"
},
"scripts": {
"build": "rm -rf ./dist && tsc --p tsconfig.build.json",
Expand Down

0 comments on commit 5bbcdd4

Please sign in to comment.