diff --git a/CHANGELOG.md b/CHANGELOG.md index 50806c1..5fe554e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.3](https://github.com/nathanbuchar/electron-settings/compare/v4.0.2...v4.0.3) (2024-04-11) + + +### Bug Fixes + +* security issue with lodash ([6d15e65](https://github.com/nathanbuchar/electron-settings/commit/6d15e6502084264dc8c2d76b4c3905020216679a)) + ### [4.0.2](https://github.com/nathanbuchar/electron-settings/compare/v4.0.1...v4.0.2) (2020-06-27) diff --git a/package-lock.json b/package-lock.json index 93023c4..33660a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "electron-settings", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0c10539..97c0ff6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-settings", - "version": "4.0.2", + "version": "4.0.3", "description": "A simple and robust settings management library for Electron.", "license": "MIT", "main": "dist/settings.js",