diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1651ff0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## [0.0.1](https://github.com/ScopeSV/kyseline/compare/v1.3.0...v0.0.1) (2023-10-26) + + +### Features + +* add release please ([5370215](https://github.com/ScopeSV/kyseline/commit/5370215f788bd494891ddfd62452356cc06d2865)) +* init version ([0f47bce](https://github.com/ScopeSV/kyseline/commit/0f47bcef078cd701cb291a38419fd96340d6985c)) +* proper depend ([37d581f](https://github.com/ScopeSV/kyseline/commit/37d581fc7335ed547ec5f50c8c159b2b54bc1790)) +* readme and restart ([8b02735](https://github.com/ScopeSV/kyseline/commit/8b027350e07847d688e6ec67c30f4a5337faa5f6)) +* test ([8f2dcc8](https://github.com/ScopeSV/kyseline/commit/8f2dcc81168486acc8431b2fd937823267670300)) + + +### Bug Fixes + +* determine which filetype to use ([5e1e1fc](https://github.com/ScopeSV/kyseline/commit/5e1e1fcd8e965d50ac0b1bdc4d168c3b18657216)) +* more renaming ([f0cf64e](https://github.com/ScopeSV/kyseline/commit/f0cf64e5b71e3d86aab9788eb479e0865c4b4419)) +* proper build run ([80ec25b](https://github.com/ScopeSV/kyseline/commit/80ec25b6f0043c034efd817662c54f092c783506)) +* remove dep ([1650a1c](https://github.com/ScopeSV/kyseline/commit/1650a1c307e22d0cda522032325b47e55b14339c)) +* rename package ([be30f34](https://github.com/ScopeSV/kyseline/commit/be30f34e19488697c93fdea2323790f226f6281b)) +* typo in package name ([8003678](https://github.com/ScopeSV/kyseline/commit/80036782f0c2e96d41652e97a066a295249aa4e5)) + + +### Miscellaneous Chores + +* release 0.0.1 ([828f97a](https://github.com/ScopeSV/kyseline/commit/828f97aac3ee57f961209e0bcec90c4710a1abfe)) diff --git a/package-lock.json b/package-lock.json index 9ea636a..c9f463d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kyseline", - "version": "1.3.0", + "version": "0.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kyseline", - "version": "1.3.0", + "version": "0.0.1", "license": "ISC", "dependencies": { "commander": "^11.1.0",