Skip to content

Commit f21ac1c

Browse files
committed
Fix changelog fuckup
1 parent 9ce4d40 commit f21ac1c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
# 3.0.0-beta10
2+
`let g:AutoPairsVersion = 30055`
3+
4+
* Some docs
5+
* Accidental debug logging
6+
17
# 3.0.0-beta9
28
`let g:AutoPairsVersion = 30054`
39

410
## Fixed
511
* Broken open == close balance check ([#30](https://github.com/LunarWatcher/auto-pairs/issues/30))
612
* Fix single-quote edge case for balance checks
713
* Fix no ft edge-case for syntax checking
8-
* Accidental debug logging
914

1015
# 3.0.0-beta8
1116
`let g:AutoPairsVersion = 30053`

autoload/autopairs.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scriptencoding utf-8
99
" Current version; not representative of tags or real versions, but purely
1010
" meant as a number associated with the version. Semantic meaning on the first
1111
" digit will take place. See the documentation for more details.
12-
let g:AutoPairsVersion = 30054
12+
let g:AutoPairsVersion = 30055
1313

1414
let s:save_cpo = &cpoptions
1515
set cpoptions&vim

0 commit comments

Comments
 (0)