Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjennings committed Mar 31, 2022
1 parent 533176c commit ce95ff9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@


## [0.2.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.1.0...0.2.0) (2022-03-31)
### [0.2.1](https://github.com/mattjennings/mdsvex-code-preview/compare/0.2.0...0.2.1) (2022-03-31)


### Bug Fixes

* production builds failing to resolve example modules ([80217b1](https://github.com/mattjennings/mdsvex-code-preview/commit/80217b120f5462552f85d88997b7bf8de3577f66))## [0.2.0](https://github.com/mattjennings/mdsvex-code-preview/compare/0.1.0...0.2.0) (2022-03-31)


### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdsvexamples",
"version": "0.2.0",
"version": "0.2.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit package",
Expand Down

0 comments on commit ce95ff9

Please sign in to comment.