Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
chore(release): 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot authored and Alorel committed Oct 9, 2018
1 parent a98b859 commit b1d8442
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.1.2](https://github.com/Alorel/personal-build-tools/compare/4.1.1...4.1.2) (2018-10-09)


### Bug Fixes

* **init:** .travis.yml now gets the correct preparation scripts generated ([0d22e2b](https://github.com/Alorel/personal-build-tools/commit/0d22e2b))
* ObjectWriter now writes proper YAML without inlining anything ([a98b859](https://github.com/Alorel/personal-build-tools/commit/a98b859))

## [4.1.1](https://github.com/Alorel/personal-build-tools/compare/4.1.0...4.1.1) (2018-10-05)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Personal CI build tools

[![Coverage Status](https://coveralls.io/repos/github/Alorel/personal-build-tools/badge.svg?branch=4.1.1)](https://coveralls.io/github/Alorel/personal-build-tools?branch=4.1.1)
[![Build Status](https://travis-ci.com/Alorel/personal-build-tools.svg?branch=4.1.1)](https://travis-ci.com/Alorel/personal-build-tools)
[![Coverage Status](https://coveralls.io/repos/github/Alorel/personal-build-tools/badge.svg?branch=4.1.2)](https://coveralls.io/github/Alorel/personal-build-tools?branch=4.1.2)
[![Build Status](https://travis-ci.com/Alorel/personal-build-tools.svg?branch=4.1.2)](https://travis-ci.com/Alorel/personal-build-tools)
[![Greenkeeper badge](https://badges.greenkeeper.io/Alorel/ngx-decorators.svg)](https://greenkeeper.io/)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alorel-personal/build-tools",
"version": "4.1.1",
"version": "4.1.2",
"engines": {
"node": ">=8.0"
},
Expand Down

0 comments on commit b1d8442

Please sign in to comment.