From f34b7885405c3e54791876db470430087020dce1 Mon Sep 17 00:00:00 2001 From: Frank Pagan Date: Mon, 24 Apr 2023 16:11:56 -0600 Subject: [PATCH 1/2] fix: updated worrkflows to v3 and node version 16 --- .github/workflows/automated.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automated.yml b/.github/workflows/automated.yml index 53fe105..9e5fb9f 100644 --- a/.github/workflows/automated.yml +++ b/.github/workflows/automated.yml @@ -8,7 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 + - name: setup nodejs + uses: actions/setup-node@v3 + with: + node-version: 16 - name: Jaid/action-sync-node-meta uses: jaid/action-sync-node-meta@v1.4.0 with: @@ -19,6 +23,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 + - name: setup nodejs + uses: actions/setup-node@v3 + with: + node-version: 16 - name: Semantic Release uses: cycjimmy/semantic-release-action@v3 id: semantic @@ -77,7 +85,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 + - name: setup nodejs + uses: actions/setup-node@v3 + with: + node-version: 16 - name: update documentation uses: CoCreate-app/CoCreate-docs@master From 9386e1c0fd17dd4e706d3818246a01eb1f5e88b2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 Apr 2023 22:27:04 +0000 Subject: [PATCH 2/2] chore(release): 1.7.4 [skip ci] ## [1.7.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.3...v1.7.4) (2023-04-24) ### Bug Fixes * updated worrkflows to v3 and node version 16 ([f34b788](https://github.com/CoCreate-app/CoCreate-css-parser/commit/f34b7885405c3e54791876db470430087020dce1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47792ff..c6016d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.7.4](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.3...v1.7.4) (2023-04-24) + + +### Bug Fixes + +* updated worrkflows to v3 and node version 16 ([f34b788](https://github.com/CoCreate-app/CoCreate-css-parser/commit/f34b7885405c3e54791876db470430087020dce1)) + ## [1.7.3](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.7.2...v1.7.3) (2023-04-24) diff --git a/package.json b/package.json index 9bcab61..1ef9283 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.7.3", + "version": "1.7.4", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",