diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..0e387cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,2 @@ +## 0.1.0 +- First release diff --git a/README.md b/README.md index 0d64eb3..8c373fa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ [![Build Status][3]][4] -[Notational Velocity][1] is an application that stores and retrieves notes. This Atom package implements the some key features from this amazing app: +[Notational Velocity][1] is an application that stores and retrieves notes. + +![Preview][5] + +This Atom package implements the some key features from this amazing app: - Modeless operation - Mouseless interaction @@ -41,3 +45,4 @@ We do believe Notational Velocity is the precursor of the famous note-taking app [2]: http://daringfireball.net/projects/markdown/syntax [3]: https://travis-ci.org/seongjaelee/notational-velocity.svg?branch=master [4]: https://travis-ci.org/seongjaelee/notational-velocity +[5]: https://cloud.githubusercontent.com/assets/948301/7246990/2e2b4c6e-e7b9-11e4-93b0-57954e011e81.gif diff --git a/package.json b/package.json index 3578b99..571ddda 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "notational-velocity", "main": "./lib/notational-velocity", - "version": "0.0.0", + "version": "0.1.0", + "private": true, + "contributors": [ + "Seongjae Lee " + ], "description": "Notational Velocity for Atom", "activationCommands": { "atom-workspace": "notational-velocity:toggle" @@ -11,6 +15,10 @@ "engines": { "atom": ">0.50.0" }, + "bugs": { + "url": "https://github.com/seongjaelee/notational-velocity/issues" + }, + "homepage": "https://github.com/seongjaelee/notational-velocity", "dependencies": { "fs-plus": "2.x", "atom-space-pen-views": "^2.0.3",