Skip to content

Commit 7db5e80

Browse files
committed
^ Release 0.14.0
1 parent d113b2e commit 7db5e80

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ This project does NOT adhere to [Semantic Versioning](http://semver.org/) YET (W
66
## [Unreleased][unreleased] - YYYY-MM-DD
77

88

9+
## [0.14.0][0.14.0] - 2018-12-30
10+
11+
### Added
12+
- Add API for other extensions to call for compatibility([#151](https://github.com/tabkit/tabkit2/pull/151))
13+
14+
915
## [0.13.3][0.13.3] - 2018-08-18
1016

1117
### Fixed
@@ -276,7 +282,8 @@ This project does NOT adhere to [Semantic Versioning](http://semver.org/) YET (W
276282
- Change: Several options does not cache per window anymore, Not sure if this will cause bugs
277283

278284

279-
[unreleased]: https://github.com/tabkit/tabkit2/compare/v0.13.3...HEAD
285+
[unreleased]: https://github.com/tabkit/tabkit2/compare/v0.14.0...HEAD
286+
[0.14.0]: https://github.com/tabkit/tabkit2/compare/v0.13.3...v0.14.0
280287
[0.13.3]: https://github.com/tabkit/tabkit2/compare/v0.13.2...v0.13.3
281288
[0.13.2]: https://github.com/tabkit/tabkit2/compare/v0.13.1...v0.13.2
282289
[0.13.1]: https://github.com/tabkit/tabkit2/compare/v0.13.0...v0.13.1

src/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<em:type>2</em:type>
1111
<em:id>[email protected]</em:id>
1212
<em:name>Tab Kit 2</em:name>
13-
<em:version>0.13.3</em:version>
13+
<em:version>0.14.0</em:version>
1414
<em:creator>PikachuEXE</em:creator>
1515
<em:developer>John Mellor</em:developer>
1616
<em:contributor>Ivor Hewitt</em:contributor>

0 commit comments

Comments
 (0)