Skip to content

Commit

Permalink
chore: release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koca committed Aug 9, 2020
1 parent 48339da commit 86246f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"prismjs": "^1.20.0",
"tailwindcss": "^1.4.6",
"vue": "^2.6.11",
"vue-prism-editor": "^1.0.1-beta.3"
"vue-prism-editor": "^1.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-prism-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vue-prism-editor

## 1.1.0

### Minor Changes

- fix: scrolling problem - text won't display past initial height

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-prism-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-prism-editor",
"version": "1.0.1",
"version": "1.1.0",
"description": "A dead simple code editor with syntax highlighting and line numbers.",
"author": {
"name": "Mesut Koca",
Expand Down

0 comments on commit 86246f0

Please sign in to comment.