Skip to content

Commit e7d5139

Browse files
committed
Update CHANGELOG.md and CONTRIBUTING.md
1 parent f5c2d48 commit e7d5139

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Changelog
22

3-
## Upcoming
3+
## 1.5.0
44

55
Features:
66
- New `.urlParams()` method for easy param substitution (c7f2ff3)
77
- TypeScript type definitions (4beec22)
88

9+
## 1.4.0
10+
11+
Malformed release due to author messing up commits.
12+
913
## 1.3.0
1014

1115
Features:

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,27 @@ Documentation of all methods should be kept up-to-date in two places:
1414
## Changelog
1515

1616
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.

0 commit comments

Comments
 (0)