Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rwd committed Sep 29, 2023
1 parent 0b8aecc commit 13ca238
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.1.7
version: 0.1.8
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 @@ -57,6 +57,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.1.7",
"version": "0.1.8",
"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.1.7
sonar.projectVersion=0.1.8
sonar.sources=src
sonar.typescript.file.suffixes=.ts,.tsx

0 comments on commit 13ca238

Please sign in to comment.