Skip to content

Commit a06209a

Browse files
committed
Preparing for v2 release
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
1 parent d7e42dd commit a06209a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: run-tests
22

33
on:
44
push:
5-
branches: [develop, master]
5+
branches: [develop, main]
66
pull_request:
7-
branches: [develop, master]
7+
branches: [develop, main]
88

99
jobs:
1010
test:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to `laravel-html-table` will be documented in this file
44

5-
## [Unreleased](https://github.com/lloricode/laravel-html-table/compare/v1.3.4...develop)
5+
## [v2.0.0 2023-05-13](https://github.com/lloricode/laravel-html-table/compare/v1.3.4...v2.0.0)
66

77
### What's Changed
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/lloricode/laravel-html-table/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/lloricode/laravel-html-table/actions?query=workflow%3Arun-tests+branch%3Amain)
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/lloricode/laravel-html-table/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/lloricode/laravel-html-table/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/lloricode/laravel-html-table.svg?style=flat-square)](https://packagist.org/packages/lloricode/laravel-html-table)
7-
[![codecov](https://codecov.io/gh/lloricode/laravel-html-table/branch/master/graph/badge.svg?token=gQRHSwYXAm)](https://codecov.io/gh/lloricode/laravel-html-table)
7+
[![codecov](https://codecov.io/gh/lloricode/laravel-html-table/branch/main/graph/badge.svg?token=gQRHSwYXAm)](https://codecov.io/gh/lloricode/laravel-html-table)
88
Generate Html Table with data from array/object..
99

1010
## Installation

0 commit comments

Comments
 (0)