Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit aae050d

Browse files
committed
Bump version to 0.1.0
1 parent c530cd4 commit aae050d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Release notes
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## 0.1.0
6+
First open source version 🎉

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gitkit",
33
"main": "./lib/index.js",
44
"description": "Pure javascript implementation of Git",
5-
"version": "0.0.0",
5+
"version": "0.1.0",
66
"license": "Apache-2.0",
77
"author": "Samy Pesse <[email protected]>",
88
"repository": {

0 commit comments

Comments
 (0)