File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ install:
2525script :
2626 - mkdir -p build/logs;
2727 - composer unit-tests
28- - composer integration-tests
2928
3029after_success :
3130 - travis_retry php vendor/bin/php-coveralls
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 1.0.0
1+ 1.0.1
You can’t perform that action at this time.
0 commit comments