From 0c60f0738483d9b238c742ca143955f1f6d2ac3d Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 19 Oct 2022 09:44:34 -0400 Subject: [PATCH] Update workflows and changlog --- .github/workflows/php-cs-fixer.yml | 2 +- .github/workflows/run-tests.yml | 4 ++-- CHANGELOG.md | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index f55d1fa..0672942 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 059743b..27b7702 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -26,10 +26,10 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Setup PHP - uses: shivammathur/setup-php@v2 + uses: shivammathur/setup-php@v2.21.2 with: php-version: ${{ matrix.php }} extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick, fileinfo diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b7302..a2b9de5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `blade-emoji-icons` will be documented in this file. +## 1.3.0 - 2022-10-19 + +- Update to use spatie/emoji 4.0 +- Regenerate based on Emoji v15 + ## 1.2.0 - 2022-02-08 - Add support for Laravel 9