Skip to content

Commit 5c7fe8d

Browse files
committed
chore(release): 1.4.6
1 parent a4aed7a commit 5c7fe8d

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="1.4.6"></a>
2+
## [1.4.6](https://github.com/bleenco/abstruse/compare/v1.4.5...v1.4.6) (2018-01-22)
3+
4+
5+
### Bug Fixes
6+
7+
* **permissions:** fix permissions on repository/builds section ([0d356f4](https://github.com/bleenco/abstruse/commit/0d356f4))
8+
9+
10+
111
<a name="1.4.5"></a>
212
## [1.4.5](https://github.com/bleenco/abstruse/compare/v1.4.4...v1.4.5) (2018-01-10)
313

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.4.5",
3+
"version": "1.4.6",
44
"description": "Abstruse CI",
55
"bin": {
66
"abstruse": "./dist/api/index.js"

src/app/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"compilerOptions": {
33
"module": "es2015",
44
"moduleResolution": "node",
5-
"target": "es2015",
5+
"target": "es5",
66
"noImplicitAny": false,
77
"sourceMap": false,
88
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)