update changelog

This commit is contained in:
John Bintz 2022-02-22 21:54:56 -05:00
parent abf021a256
commit a6be8d9bc0
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- UUIDs in URL are now Base64 encoded to shorten URLs.
- Syntax highlighting via Prism.
- More efficient note reloading.
## 0.1.0 - 2022-02-21

View File

@ -2,8 +2,6 @@
import { ref, computed, onMounted } from 'vue'
import { marked } from 'marked'
console.log(Prism.languages)
const MAPPINGS = {
golang: 'go'
}