Skip to content

Commit 7e00025

Browse files
committed
Version bump due to security updates
1 parent f0cd828 commit 7e00025

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [unreleased]
5+
## [0.1.2] - 2016-02-04
66
### Added
77
- Dependency status at README via David.
88

9+
### Changed
10+
- Update bluebird, config, cron, hapi-swaggered, hapi-swaggered-ui, joi,
11+
request-promise and winston.
12+
913
### Security
1014
- Update hapi from v10.0.0.
1115
- Update moment from v2.10.3.

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ server.register([
5555
title: 'T-NOVA VIM Monitoring API',
5656
description: 'Powered by node, hapi, joi, hapi-swaggered,' +
5757
'hapi-swaggered-ui and swagger-ui',
58-
version: '0.1.1'
58+
version: '0.1.2'
5959
}
6060
}
6161
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tnova-vim-backend",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "GPL-3.0",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)