diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..097c5f7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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. + +## 0.1.0 (2023-08-04) + + +### Features + +* Inital version ([5bf1d5c](https://github.com/Wuerike/insomnia-plugin-python-script/commit/5bf1d5c18b0b6ce2ed09bb6f4cda3ac825e311ee)) diff --git a/package.json b/package.json index d307c6f..13ad85b 100644 --- a/package.json +++ b/package.json @@ -16,4 +16,4 @@ "script" ], "main": "main.js" -} \ No newline at end of file +}