Skip to content

Commit

Permalink
Merge pull request #5 from sergical/v1.0.1
Browse files Browse the repository at this point in the history
feat: v1.0.1
  • Loading branch information
sergical authored Dec 22, 2024
2 parents 777ba93 + 5173a21 commit e077fba
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
node-version: [16.x, 18.x, 20.x, 21.x]

steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ 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.1] - 2024-12-22

### Enhancements

- Added support for Core (ICAN) [PR](https://github.com/sergical/blockchain-wallet-validator/pull/3)
- Added support for Node.js 16

## [1.0.0] - 2024-12-17

### Added
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blockchain-wallet-validator",
"version": "1.0.0",
"version": "1.0.1",
"description": "A comprehensive blockchain wallet address validator",
"packageManager": "[email protected]",
"type": "module",
Expand Down Expand Up @@ -74,7 +74,7 @@
"vitest": "^1.0.0"
},
"engines": {
"node": ">=18.0.0"
"node": ">=16.0.0"
},
"lint-staged": {
"*.{ts,tsx}": [
Expand Down

0 comments on commit e077fba

Please sign in to comment.