diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5a83792 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [0.0.5] - 2024-10-17 + +### ⚙️ Miscellaneous Tasks + +- Add configration for generating changelog diff --git a/package.json b/package.json index 4bd2736..26be667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-typed-ipc-bridge", - "version": "0.0.1", + "version": "0.0.5", "description": "Fully typesafe Electron context bridge generator for IPC (Inter-Process Communication).", "type": "module", "main": "./dist/cjs/index.js",