Skip to content

Commit 86246f0

Browse files
committed
chore: release v1.1.0
1 parent 48339da commit 86246f0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"prismjs": "^1.20.0",
1212
"tailwindcss": "^1.4.6",
1313
"vue": "^2.6.11",
14-
"vue-prism-editor": "^1.0.1-beta.3"
14+
"vue-prism-editor": "^1.1.0"
1515
},
1616
"devDependencies": {
1717
"@vue/cli-plugin-babel": "~4.3.0",

packages/vue-prism-editor/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# vue-prism-editor
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- fix: scrolling problem - text won't display past initial height
8+
39
## 1.0.1
410

511
### Patch Changes

packages/vue-prism-editor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-prism-editor",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "A dead simple code editor with syntax highlighting and line numbers.",
55
"author": {
66
"name": "Mesut Koca",

0 commit comments

Comments
 (0)