Skip to content

Commit bebc660

Browse files
committed
chore(release): 1.3.0
1 parent 47fb3f1 commit bebc660

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="1.3.0"></a>
2+
# [1.3.0](https://github.com/bleenco/abstruse/compare/v1.2.0...v1.3.0) (2017-11-06)
3+
4+
5+
### Bug Fixes
6+
7+
* **colors:** fix button colors ([acb610c](https://github.com/bleenco/abstruse/commit/acb610c))
8+
* **dashboard:** only show abstruse generated docker containers ([47fb3f1](https://github.com/bleenco/abstruse/commit/47fb3f1))
9+
* **editor:** switch to monospace font in monaco editor ([25e3728](https://github.com/bleenco/abstruse/commit/25e3728))
10+
* **fonts:** fix fonts paths ([5055d90](https://github.com/bleenco/abstruse/commit/5055d90))
11+
* **permissions:** private repositories should be hidden if user don't have permissions (closes [#262](https://github.com/bleenco/abstruse/issues/262)) ([82c75bf](https://github.com/bleenco/abstruse/commit/82c75bf))
12+
* **style:** header z-index ([ccc7af1](https://github.com/bleenco/abstruse/commit/ccc7af1))
13+
* **style:** removed scrollbars from header ([651b88d](https://github.com/bleenco/abstruse/commit/651b88d))
14+
15+
16+
### Features
17+
18+
* **debug:** stop execution when enter debug mode ([1343a9d](https://github.com/bleenco/abstruse/commit/1343a9d))
19+
* **header:** header styles ([825fe04](https://github.com/bleenco/abstruse/commit/825fe04))
20+
21+
22+
123
<a name="1.2.0"></a>
224
# [1.2.0](https://github.com/bleenco/abstruse/compare/v1.1.0...v1.2.0) (2017-10-23)
325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "abstruse",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Abstruse CI",
55
"bin": {
66
"abstruse": "./dist/api/index.js"

0 commit comments

Comments
 (0)