diff --git a/CHANGELOG.md b/CHANGELOG.md index fdeb449..baeca35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/agrc/plpco-rdcc-notifications/compare/v1.0.1...v1.0.2) (2025-01-03) + + +### Dependencies + +* bump the safe-dependencies group across 1 directory with 5 updates ([d64f9a0](https://github.com/agrc/plpco-rdcc-notifications/commit/d64f9a0dead790d6e464cf40a2626eac5e39a071)) + ## 0.0.1 (2024-10-07) diff --git a/package-lock.json b/package-lock.json index 87908cb..d701199 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ugrc/plpco-rdcc-notifications", - "version": "0.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@ugrc/plpco-rdcc-notifications", - "version": "0.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@sendgrid/mail": "^8.1.4", diff --git a/package.json b/package.json index da9e10c..a8268f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ugrc/plpco-rdcc-notifications", - "version": "0.0.1", + "version": "1.0.2", "description": "Weekly email notifications for RDCC projects", "main": "index.js", "type": "module",