Skip to content

Commit 46ad1ba

Browse files
author
不四
committed
Release 0.3.0
1 parent 7d0b0ea commit 46ad1ba

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

History.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
0.3.0 / 2014-07-05
3+
==================
4+
5+
* bump restful-client
6+
27
0.2.1 / 2014-06-10
38
==================
49

@@ -20,48 +25,48 @@
2025

2126
* Add MergeRequest resource. (@ledsun)
2227

23-
0.1.0 / 2013-08-07
28+
0.1.0 / 2013-08-07
2429
==================
2530

2631
* use restful-client
2732
* fix package.json desc
2833

29-
0.0.7 / 2013-07-26
34+
0.0.7 / 2013-07-26
3035
==================
3136

3237
* support repository api
3338

34-
0.0.6 / 2013-07-25
39+
0.0.6 / 2013-07-25
3540
==================
3641

3742
* added user(s) ressource (@Ondrej)
3843
* Create user.js
3944
* fixed test cases
4045

41-
0.0.5 / 2013-05-06
46+
0.0.5 / 2013-05-06
4247
==================
4348

4449
* move requestData to data when error
4550
* fixed test case for [email protected]; add debug;
4651

47-
0.0.4 / 2013-03-27
52+
0.0.4 / 2013-03-27
4853
==================
4954

5055
* add client.projects.getByPath()
5156

52-
0.0.3 / 2013-03-26
57+
0.0.3 / 2013-03-26
5358
==================
5459

5560
* support custom token
5661
* open create issue case
5762

58-
0.0.2 / 2013-03-25
63+
0.0.2 / 2013-03-25
5964
==================
6065

6166
* add hook, issue, member, milestone, project
6267
* remove client config
6368

64-
0.0.1 / 2013-03-22
69+
0.0.1 / 2013-03-22
6570
==================
6671

6772
* init version, only support milestone get(), list(), create(), update()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-gitlab",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Gitlab API nodejs client.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)