Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into feat/ed/publish-dist-2
Browse files Browse the repository at this point in the history
  • Loading branch information
edwarddamato committed Aug 7, 2023
2 parents 591eaa1 + c57b653 commit 8ec2bf1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0

- uses: actions/setup-node@v3
with:
node-version: 18

- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_RELEASE_KEY }}

- name: Build
run: yarn build

- name: Release
run: |
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v2.0.3 (Mon Aug 07 2023)

#### ⚠️ Pushed to `main`

- chore(node): downgrade to node 18 ([@edwarddamato](https://github.com/edwarddamato))

#### Authors: 1

- Edward D'Amato ([@edwarddamato](https://github.com/edwarddamato))

---

# v2.0.2 (Mon Aug 07 2023)

#### 🐛 Bug Fix
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"name": "@pleo-io/config-man",
"version": "2.0.2",
"version": "2.0.3",
"description": "Config manager",
"main": "dist/index.js",
"author": "René Bischoff <[email protected]> (https://github.com/fjandin)",
"homepage": "https://github.com/pleo-io/config-man",
"readme": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/pleo-io/config-man.git"
Expand Down

0 comments on commit 8ec2bf1

Please sign in to comment.