Skip to content

Commit a01c500

Browse files
committed
Release 1.0.0
1 parent 166767d commit a01c500

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
1.0.0 / 2017-10-19
3+
==================
4+
5+
First "production ready" release!
6+
7+
Additions:
8+
* Clarify node.js projects deployment in docs
9+
* Add list of features to readme
10+
* Restructure docs, add basic contribution guide
11+
* Document basic requirements for Exoframe usage and OOM build issue
12+
213
0.23.0 / 2017-10-18
314
==================
415

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
[![Build Status](https://travis-ci.org/exoframejs/exoframe.svg?branch=master)](https://travis-ci.org/exoframejs/exoframe)
66
[![Coverage Status](https://coveralls.io/repos/github/exoframejs/exoframe/badge.svg?branch=master)](https://coveralls.io/github/exoframejs/exoframe?branch=master)
7-
[![npm](https://img.shields.io/npm/v/exoframe.svg?maxAge=2592000)](https://www.npmjs.com/package/exoframe)
7+
[![npm](https://img.shields.io/npm/v/exoframe.svg)](https://www.npmjs.com/package/exoframe)
88
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://opensource.org/licenses/MIT)
99

1010
Exoframe is a self-hosted tool that allows simple one-command deployments using Docker.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "exoframe",
3-
"version": "0.23.0",
4-
"description": "Exoframe - power armor for docker containers",
3+
"version": "1.0.0",
4+
"description": "Exoframe is a self-hosted tool that allows simple one-command deployments using Docker",
55
"main": "index.js",
66
"repository": "[email protected]:exoframejs/exoframe.git",
77
"author": "Tim Ermilov <[email protected]>",

0 commit comments

Comments
 (0)