Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
Change version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Einaudi committed Feb 24, 2017
1 parent 0af9e50 commit ad65426
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.4.0"></a>
# 2.4.0 (2017-02-24)


### Features

* **server:** Allow to be run in docker by providing a docker file ([ad39ded](https://github.com/Orange-OpenSource/just-drop-it/commit/ad39ded))
* **server:** Update to nodejs 6 ([4aec631](https://github.com/Orange-OpenSource/just-drop-it/commit/4aec631)), closes [#16](https://github.com/Orange-OpenSource/just-drop-it/issues/16)



<a name="2.3.0"></a>
# 2.3.0 (2016-12-14)

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Just-Drop-It",
"version": "2.3.0",
"version": "2.4.0",
"description": "Simply beam files between two browsers",
"keywords": [
"Transfer",
Expand Down Expand Up @@ -40,7 +40,8 @@
"mocha": "~2.2.5",
"mockery": "~1.4.0",
"should": "~7.0.0",
"request": "~2.58.0"
"request": "~2.58.0",
"conventional-changelog-cli": "~1.2.0"
},
"bundleDependencies": [],
"private": true,
Expand Down

0 comments on commit ad65426

Please sign in to comment.