Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwd committed Oct 6, 2023
1 parent 47b2b3c commit 740438b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
url: https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12
contact:
url: https://github.com/europeana/media-proxy.js
version: 0.2.2
version: 0.2.3
externalDocs:
description: Git repository README
url: https://github.com/europeana/media-proxy.js#readme
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
Expand Up @@ -58,6 +58,6 @@
"test:coverage:ci": "npm run test -- --coverage --maxWorkers 2",
"version": "node bin/openapi-version.js && node bin/sonar-project-version.js && git add docs/api && git add sonar-project.properties"
},
"version": "0.2.2",
"version": "0.2.3",
"type": "module"
}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sonar.javascript.file.suffixes=.js,.jsx,.cjs,.mjs
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.organization=europeana
sonar.projectKey=europeana_media-proxy.js
sonar.projectVersion=0.2.2
sonar.projectVersion=0.2.3
sonar.sources=src
sonar.typescript.file.suffixes=.ts,.tsx

0 comments on commit 740438b

Please sign in to comment.