Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Jan 16, 2025
1 parent 5bfcf70 commit 5338f1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/axis-maintenance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [5.0.0] - 2025-01-16

### :syringe: Changed

- [BREAKING CHANGE] Deprecate Node.js v21 and below
Expand Down
4 changes: 2 additions & 2 deletions packages/axis-maintenance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axis-maintenance",
"version": "4.0.0",
"version": "5.0.0",
"description": "A Node.js library written in TypeScript capable of running maintenance operations on cameras from Axis Communication.",
"keywords": [
"axis",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@fantasticfiasco/expect": "1.1.0",
"axis-core": "1.0.1"
"axis-core": "2.0.0"
},
"devDependencies": {
"@types/jest": "29.5.14",
Expand Down

0 comments on commit 5338f1f

Please sign in to comment.