From 345dd95966aa46acba71ab4eb701851b1771b0e5 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sun, 31 Jan 2021 13:44:51 +0100 Subject: [PATCH] version 2.0.1 --- CHANGES.md | 4 ++++ CONTRIBUTE.md | 8 +++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 8f00c5e..ca3e2f1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # CHANGES +* version 2.0.1 - 2021-01-31 + + * removed debug files from dist/build/ [PR47] + * version 2.0.0 - 2021-01-29 * Complete refactor into Svelte framework diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md index 0f7abc1..11adf81 100644 --- a/CONTRIBUTE.md +++ b/CONTRIBUTE.md @@ -34,8 +34,10 @@ Uses [svelte](https://svelte.dev/) framework, 2. Update `CHANGES.md` file -3. Commit your changes: `git add... `, `git commit ...`, `git push ...` etc +3. Run `yarn build` to make sure the `dist/build/` files don't contain lifereload.js -4. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags` +4. Commit your changes: `git add... `, `git commit ...`, `git push ...` etc -5. Upload release \ No newline at end of file +5. Tag release: `git tag THE_VERSION_NUMBER`, `git push --tags` + +6. Upload release \ No newline at end of file -- 2.45.1