Skip to content

Commit

Permalink
update-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-alex2006hw committed Apr 29, 2017
1 parent 4aa81e0 commit fcd0b39
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## token-memory
-------------------
# memory
=========
[![Coverage Status](https://coveralls.io/repos/github/usertoken/token-memory/badge.svg)](https://coveralls.io/github/usertoken/token-memory)
[![Build Status](https://travis-ci.org/usertoken/token-memory.svg)](https://travis-ci.org/usertoken/token-memory)

## History

0.0.1 initial-release
0.0.2 enabled-travis
0.0.3 enable-cover
0.0.4 coverage-travis-badge
0.0.5 fixing-travis-badge
0.0.6 update-changelog
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
memory
=========
[![Coverage Status](https://coveralls.io/repos/github/usertoken/token-memory/badge.svg)](https://coveralls.io/github/usertoken/token-memory)
[![Build Status](https://travis-ci.org/usertoken/token-memory.svg?branch=master)](https://travis-ci.org/usertoken/token-memory)
[![Build Status](https://travis-ci.org/usertoken/token-memory.svg)](https://travis-ci.org/usertoken/token-memory)
=========

A small library that provide temporal and durable memory

## Installation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-memory",
"version": "0.0.1",
"version": "0.0.6",
"description": "temporal and durable memory as a module https://ut.usertoken.com/memory",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fcd0b39

Please sign in to comment.