Skip to content

Commit 8a35aa6

Browse files
authored
Merge pull request #20 from platformsh/action-updates
Bump to 2.4.1
2 parents ca019ee + 3425567 commit 8a35aa6

File tree

4 files changed

+3
-68
lines changed

4 files changed

+3
-68
lines changed

.circleci/config.yml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/npm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
deploy:
8-
name: Publish to npm
8+
name: 'Publish to npm'
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [2.4.0] - 2021-02-03
3+
## [2.4.1] - 2021-02-03
44

55
### Added
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "platformsh-config",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Helper for running nodejs applications on Platform.sh",
55
"main": "lib/platformsh.js",
66
"keywords": [

0 commit comments

Comments
 (0)