Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Remove maximum node version #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v0.2.4] - 2024-04-11
### Changed
- Remove maximum node version [#3]

[#3]: https://github.com/virtru/hmmac/pull/3

[v0.2.4]: https://github.com/virtru/hmmac/compare/virtru:v0.2.3...virtru:v0.2.4


## [v0.2.3] - 2017-07-10
### Added
- Start of CHANGELOG [#1]
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hmmac",
"description": "Easy HMAC connect/express middleware",
"version": "0.2.3",
"version": "0.2.4",
"homepage": "https://github.com/cmawhorter/hmmac",
"author": {
"name": "Cory Mawhorter",
Expand All @@ -18,7 +18,7 @@
"license": "MIT",
"main": "lib/hmmac",
"engines": {
"node": ">=0.10.0 <9.0.0"
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
Expand Down