Skip to content

Commit

Permalink
Merge branch 'main' into IIW-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran authored Nov 14, 2022
2 parents fe0015b + 2a698f1 commit deeab2c
Show file tree
Hide file tree
Showing 8 changed files with 292 additions and 273 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.0](https://github.com/cheqd/credential-service/compare/1.1.5...1.2.0) (2022-11-11)


### Features

* Add support for Person + Event credentials [DEV-1918] ([#86](https://github.com/cheqd/credential-service/issues/86)) ([55c52c8](https://github.com/cheqd/credential-service/commit/55c52c89f59f12c3a30302acc0a149f8b21d1221))

## [1.1.5](https://github.com/cheqd/credential-service/compare/1.1.4...1.1.5) (2022-11-09)

## [1.1.4](https://github.com/cheqd/credential-service/compare/1.1.3...1.1.4) (2022-10-27)


Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ENV AUTH0_SERVICE_ENDPOINT ${AUTH0_SERVICE_ENDPOINT}

# We install Miniflare because we don't have the node_modules directory
# this image only has the output worker.js file.
RUN npm install -g miniflare@2.9.0 && \
RUN npm install -g miniflare@2.10.0 && \
chown -R node:node /home/node/app && \
apk update && \
apk add --no-cache bash ca-certificates
Expand Down
Loading

0 comments on commit deeab2c

Please sign in to comment.