From 1b2c190d6d92da615d4b3e77000381ee22789520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Fri, 1 Oct 2021 10:28:28 -0300 Subject: [PATCH] feat: Move to main branch --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 2 +- package.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8f4dbd0..b634f58 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,9 +1,9 @@ -name: CI Core +name: CD Core on: push: branches: - - master + - main jobs: build: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b65d57..a46ff3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI Core on: pull_request: branches: - - master + - main jobs: build: diff --git a/package.json b/package.json index 04e0874..2fd5a00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@secjs/core", - "version": "1.7.0", + "version": "1.7.1", "license": "MIT", "author": "João Lenon", "repository": "https://github.com/SecJS/Core.git", @@ -13,8 +13,8 @@ "lint:fix": "eslint \"{src,tests}/**/*.ts\" --fix" }, "devDependencies": { - "@secjs/exceptions": "1.0.1", - "@secjs/utils": "1.3.6", + "@secjs/exceptions": "1.0.3", + "@secjs/utils": "1.3.8", "@types/jest": "27.0.1", "@types/node": "14.17.0", "@typescript-eslint/eslint-plugin": "4.31.0",