Skip to content

Commit a298a5a

Browse files
committed
Bump version to 0.105.14 and update change log
1 parent 6ebb8fc commit a298a5a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.org

+13
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
* Release 0.105.x
2+
** 0.105.14 (2016/03/09)
3+
*** Fixes
4+
- Fix bad window index for =neotree= buffer (thanks to bmag)
5+
- Fix error when using ~SPC p l~ right after Emacs started (thanks to bixuanzju)
6+
*** Layer changes
7+
**** Go
8+
- Fix bug when there is no test suite when running tests
9+
(thanks to bogdanteleaga)
10+
**** React
11+
- Fix broken =helm-imenu= (thanks to huaoguo)
12+
*** Improvements
13+
- Various documentation improvements (thanks to triklsbg)
14+
215
** 0.105.13 (2016/03/06)
316
*** Fixes
417
- Fix smooth-scroll toggling at startup (thanks to TheBB)

init.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
;; (package-initialize)
1414

1515
(setq gc-cons-threshold 100000000)
16-
(defconst spacemacs-version "0.105.13" "Spacemacs version.")
16+
(defconst spacemacs-version "0.105.14" "Spacemacs version.")
1717
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")
1818

1919
(if (not (version<= spacemacs-emacs-min-version emacs-version))

0 commit comments

Comments
 (0)