Skip to content

Commit

Permalink
Merge pull request #53 from domapic/release-1.0.0-beta.5
Browse files Browse the repository at this point in the history
Release 1.0.0 beta.5
  • Loading branch information
javierbrea committed May 2, 2019
2 parents 3a9c8e9 + 5f9ee60 commit ffa3d56
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [1.0.0-beta.5] - 2019-05-02
### Fixed
- Expose createdBy field of securityTokens to api

## [1.0.0-beta.4] - 2019-05-02
### Fixed
- Remove unnecessary folder published to npm.
Expand Down
2 changes: 1 addition & 1 deletion lib/commands/securityToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const randToken = require('rand-token')
const templates = require('../templates')
const utils = require('../utils')

const PUBLIC_FIELDS = '_user token type updatedAt createdAt'
const PUBLIC_FIELDS = '_user token type updatedAt createdAt createdBy'

const Commands = (service, models, client) => {
const ensureToken = token => {
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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": "domapic-controller",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"description": "Controller for Domapic systems",
"main": "server.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=domapic
sonar.projectKey=domapic-controller
sonar.projectVersion=1.0.0-beta.4
sonar.projectVersion=1.0.0-beta.5

sonar.sources=.
sonar.exclusions=node_modules/**
Expand Down

0 comments on commit ffa3d56

Please sign in to comment.