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

Commit

Permalink
Merge branch 'master' into windaishi/use-compser-version-constraint-l…
Browse files Browse the repository at this point in the history
…ogic

# Conflicts:
#	CHANGELOG.md
  • Loading branch information
hanneswernery committed Nov 18, 2021
2 parents 4ec1c10 + 94048ed commit beaafdb
Show file tree
Hide file tree
Showing 4 changed files with 3,734 additions and 75 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- run: npm ci
- run: npm run eslint
- run: npm run cspell
Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_ACCESS_TOKEN }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* Really adds support for Shopware's 4-digit version numbers.
* For evaluating composer version constraints the composer semver constraint logic is now used.

## 3.1.0

* Enables support for Node.js > v14.

## 3.0.2

* Increase maximum file size for plugin binary uploads to 30MB.
Expand Down
Loading

0 comments on commit beaafdb

Please sign in to comment.