Skip to content

Commit

Permalink
Merge pull request #72 from flowforge/release-1.11.0
Browse files Browse the repository at this point in the history
Release 1.11.0
  • Loading branch information
hardillb authored Aug 31, 2023
2 parents d85f20d + fc36d85 commit f3731ae
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
#### 1.11.0: Release

- Bump nodemon to allow other deps to be updated (#71) @hardillb
- First pass at variable quotas (#70) @hardillb
- Move to SQLite from Memory context (#68) @hardillb
- Add file-server container build pipeline dispatcher (#69) @ppawlowski
- FIX: Publish package on schedule (#65) @ppawlowski
- FIX: Allow publish only when changes are pushed to `main` branch (#64) @ppawlowski
- Allow publish only when PR is merged (#63) @ppawlowski
- Update dependencies (#62) @knolleary
- Remove defunct docs tasks (#61) @knolleary
- Introduce build and publish workflow (#59) @ppawlowski

#### 1.10.0: Release

- Chore: Set root flag in eslint (#57) @Pezmc
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flowforge/file-server",
"version": "1.10.0",
"version": "1.11.0",
"description": "A basic Object Storage backend",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f3731ae

Please sign in to comment.