File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Upcoming
3
+ ## 1.5.0
4
4
5
5
Features:
6
6
- New ` .urlParams() ` method for easy param substitution (c7f2ff3)
7
7
- TypeScript type definitions (4beec22)
8
8
9
+ ## 1.4.0
10
+
11
+ Malformed release due to author messing up commits.
12
+
9
13
## 1.3.0
10
14
11
15
Features:
Original file line number Diff line number Diff line change @@ -14,3 +14,27 @@ Documentation of all methods should be kept up-to-date in two places:
14
14
## Changelog
15
15
16
16
Each change should be complemented with a bulletpoint in CHANGELOG.md under "Upcoming".
17
+
18
+ ## Release process
19
+
20
+ Make sure to build latest sources (open issue #16 ):
21
+
22
+ ``` shell
23
+ $ yarn build
24
+ ```
25
+
26
+ Bump up the version:
27
+
28
+ ``` shell
29
+ $ yarn version
30
+ info Current version: 1.3.0
31
+ question New version:
32
+ ```
33
+
34
+ Publish on npm:
35
+
36
+ ``` shell
37
+ yarn publish
38
+ ```
39
+
40
+ Remember to update CHANGELOG.md.
You can’t perform that action at this time.
0 commit comments