Skip to content

Commit

Permalink
Merge tag '2.7.0' into develop
Browse files Browse the repository at this point in the history
New Features
- Adds children.nfc resource
  - Endpoint POST /v1/children/{child_id}/nfc
  - Endpoint GET /v1/children/nfc/{nfc_tag}
  • Loading branch information
douglasrafael committed Sep 7, 2020
2 parents 165b622 + 20c9c90 commit 864b0e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:12-alpine
RUN apk --no-cache add bash curl grep
RUN apk --no-cache add bash curl grep tzdata

# Create app directory
RUN mkdir -p /usr/src/ac
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ docker build -t image_name:tag .
[license-url]: https://github.com/ocariot/account/blob/master/LICENSE
[node-image]: https://img.shields.io/badge/node-%3E%3D%208.0.0-brightgreen.svg
[node-url]: https://nodejs.org
[travis-image]: https://travis-ci.org/ocariot/account.svg?branch=master
[travis-url]: https://travis-ci.org/ocariot/account
[travis-image]: https://travis-ci.com/ocariot/account.svg?branch=master
[travis-url]: https://travis-ci.com/ocariot/account
[coverage-image]: https://coveralls.io/repos/github/ocariot/account/badge.svg
[coverage-url]: https://coveralls.io/github/ocariot/account?branch=master
[known-vulnerabilities-image]: https://snyk.io/test/github/ocariot/account/badge.svg
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "account",
"version": "2.6.3",
"version": "2.7.0",
"description": "Microservice responsible for user management and authentication on the OCARIoT platform.",
"main": "dist/server.js",
"scripts": {
Expand Down

0 comments on commit 864b0e1

Please sign in to comment.