Skip to content

Commit 80b2797

Browse files
author
Danny van der Sluijs
committed
Merge branch 'release/1.0.1'
2 parents 1bdcf2e + 8571c1d commit 80b2797

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ install:
2525
script:
2626
- mkdir -p build/logs;
2727
- composer unit-tests
28-
- composer integration-tests
2928

3029
after_success:
3130
- travis_retry php vendor/bin/php-coveralls

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.1] - 2020-04-28
10+
### Fixed
11+
- Fixed readme shields
12+
913
## [1.0.0] - 2020-04-27
1014
### Added
11-
- Add initial ServiceProvider and package config
15+
- Add initial ServiceProvider and package config

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For more information see the project website: https://jsonmapper.github.io/JsonM
88
![GitHub](https://img.shields.io/github/license/JsonMapper/LaravelPackage)
99
![Packagist Version](https://img.shields.io/packagist/v/json-mapper/laravel-package)
1010
![PHP from Packagist](https://img.shields.io/packagist/php-v/json-mapper/laravel-package)
11-
[![Build Status](https://api.travis-ci.com/JsonMapper/LaravelPackage.svg?branch=master)](https://travis-ci.com/JsonMapper/LaravalPackage)
11+
[![Build Status](https://api.travis-ci.com/JsonMapper/LaravelPackage.svg?branch=master)](https://travis-ci.com/JsonMapper/LaravelPackage)
1212
[![Coverage Status](https://coveralls.io/repos/github/JsonMapper/LaravelPackage/badge.svg?branch=master)](https://coveralls.io/github/JsonMapper/LaravelPackage?branch=master)
1313

1414
# Why use JsonMapper

Version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

0 commit comments

Comments
 (0)