Skip to content

Commit

Permalink
Update version number add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
milafrerichs committed Jun 28, 2019
1 parent 88e60ea commit ff7e549
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.0.9
## Added
- Switcher between Result and Console
- Add more classes and div markup for easier styling

# v0.0.8
## Added
- Console component; display only the ouput of `console.log` statements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svelte-javascript-tutorials",
"svelte": "src/Tutorials.svelte",
"module": "index.mjs",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"main": "index.js",
"author": "Mila Frerichs <[email protected]>",
Expand Down

0 comments on commit ff7e549

Please sign in to comment.