Skip to content

Commit 62e2941

Browse files
authored
Merge pull request #78 from fatso83/master
Release of 1.5.1
2 parents 6241578 + 3823eac commit 62e2941

File tree

5 files changed

+178
-58
lines changed

5 files changed

+178
-58
lines changed

AUTHORS

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Christian Johansen <[email protected]>
2-
Morgan Roderick <[email protected]>
32
Carl-Erik Kopseng <[email protected]>
4-
Morgan Roderick <[email protected]>
3+
Morgan Roderick <[email protected]>
54
Maximilian Antoni <[email protected]>
65
Mark Wubben <[email protected]>
7-
Duncan Beevers <[email protected]>
86
Soutaro Matsumoto <[email protected]>
7+
Duncan Beevers <[email protected]>
98
Rogier Schouten <[email protected]>
109
Karl O'Keeffe <[email protected]>
11-
Rogier Schouten <[email protected]>
10+
Thibault Hild <[email protected]>
11+
Curtis M. Humphrey, Ph.D <[email protected]>
12+
Mark Banner <[email protected]>
1213
Simen Bekkhus <[email protected]>
1314
Sylvain Fraïssé <[email protected]>
14-
Christian Johansen <[email protected]>
15+
Andy Edwards <[email protected]>

History.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
2-
n.n.n / ....
1+
1.5.1 / 2016-07-26
32
==================
43

5-
* Fix up some BitHound warnings
4+
* Fix setInterval() behavior with string times
5+
* Incorporate test from PR #65
6+
* Fix issue #59: context object required 'process'
7+
* fixed a case where runAll was called and there are no timers (#70)
8+
* Correct the clear{Interval|Timeout|Immediate} error message when calling `set*` for a different type of timer.
9+
* Lots of minor changes to tooling and the build process
610

711
v1.5.0 / 2016-05-18
812
===================

RELEASE.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,25 @@ Compile interesting highlights from [`git changelog`](https://github.com/tj/git-
1212

1313
git authors --list > AUTHORS
1414

15-
## Create a new version
15+
## Build a new bundle and commit changed files
16+
17+
npm run bundle
18+
git add lolex.js AUTHORS History.md
19+
git commit -m "Prepare for new release"
20+
21+
## Create a new PR
22+
The `master` branch is protected.
23+
You can merge it yourself.
1624

17-
Update package.json and create a new tag.
25+
## Create a new version
1826

1927
```
2028
$ npm version x.y.z
2129
```
2230

31+
Updates package.json and creates a new tag.
32+
33+
2334
## Push new commits and tags
2435
```
2536
git push && git push --tags

0 commit comments

Comments
 (0)