Skip to content

Commit

Permalink
Release version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq committed Dec 22, 2018
1 parent 1ecc4a4 commit 34acb19
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,3 +1,9 @@
### 1.0.0 / 2018-12-22

* Add support for conditional groups in format function.
* Add types declaration file.
* Remove JAM and SPM support.

### 0.1.0 / 2015-01-11

* Fix Bower config.
Expand Down
4 changes: 3 additions & 1 deletion bower.json
Expand Up @@ -4,7 +4,7 @@
"dist/duratiform.js",
"dist/duratiform.min.js"
],
"version": "0.1.0",
"version": "1.0.0",
"homepage": "https://github.com/gamtiq/duratiform",
"authors": [
"Denis Sikuler"
Expand All @@ -17,6 +17,8 @@
"separate",
"decompose",
"format",
"string",
"stringify",
"millisecond"
],
"license": "MIT",
Expand Down
4 changes: 3 additions & 1 deletion component.json
Expand Up @@ -2,14 +2,16 @@
"name": "duratiform",
"repository": "gamtiq/duratiform",
"description": "Utility to separate into parts and to format time duration in milliseconds",
"version": "0.1.0",
"version": "1.0.0",
"keywords": [
"time",
"duration",
"divide",
"separate",
"decompose",
"format",
"string",
"stringify",
"millisecond"
],
"dependencies": {},
Expand Down
5 changes: 4 additions & 1 deletion package.json
@@ -1,8 +1,9 @@
{
"name": "duratiform",
"version": "0.1.0",
"version": "1.0.0",
"description": "Utility to separate into parts and to format time duration in milliseconds",
"main": "duratiform.js",
"types": "./index.d.ts",
"scripts": {
"test": "grunt test"
},
Expand All @@ -17,6 +18,8 @@
"separate",
"decompose",
"format",
"string",
"stringify",
"millisecond"
],
"author": "Denis Sikuler",
Expand Down

0 comments on commit 34acb19

Please sign in to comment.