Skip to content

Commit

Permalink
Merge pull request #78 from fatso83/master
Browse files Browse the repository at this point in the history
Release of 1.5.1
  • Loading branch information
fatso83 committed Jul 26, 2016
2 parents 6241578 + 3823eac commit 62e2941
Show file tree
Hide file tree
Showing 5 changed files with 178 additions and 58 deletions.
11 changes: 6 additions & 5 deletions AUTHORS
@@ -1,14 +1,15 @@
Christian Johansen <christian@cjohansen.no>
Morgan Roderick <morgan@roderick.dk>
Carl-Erik Kopseng <carlerik@gmail.com>
Morgan Roderick <mroderick@apple.com>
Morgan Roderick <morgan@roderick.dk>
Maximilian Antoni <mail@maxantoni.de>
Mark Wubben <mark@novemberborn.net>
Duncan Beevers <duncan@dweebd.com>
Soutaro Matsumoto <matsumoto@soutaro.com>
Duncan Beevers <duncan@dweebd.com>
Rogier Schouten <github@workingcode.ninja>
Karl O'Keeffe <karl@geckoboard.com>
Rogier Schouten <r.schouten@spiritit.com>
Thibault Hild <gautaz@users.noreply.github.com>
Curtis M. Humphrey, Ph.D <curtis@createdwithflair.com>
Mark Banner <standard8@mozilla.com>
Simen Bekkhus <sbekkhus91@gmail.com>
Sylvain Fraïssé <fraisse.sylvain@gmail.com>
Christian Johansen <christian.johansen@nrk.no>
Andy Edwards <jedwards@fastmail.com>
10 changes: 7 additions & 3 deletions History.md
@@ -1,8 +1,12 @@

n.n.n / ....
1.5.1 / 2016-07-26
==================

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

v1.5.0 / 2016-05-18
===================
Expand Down
15 changes: 13 additions & 2 deletions RELEASE.md
Expand Up @@ -12,14 +12,25 @@ Compile interesting highlights from [`git changelog`](https://github.com/tj/git-

git authors --list > AUTHORS

## Create a new version
## Build a new bundle and commit changed files

npm run bundle
git add lolex.js AUTHORS History.md
git commit -m "Prepare for new release"

## Create a new PR
The `master` branch is protected.
You can merge it yourself.

Update package.json and create a new tag.
## Create a new version

```
$ npm version x.y.z
```

Updates package.json and creates a new tag.


## Push new commits and tags
```
git push && git push --tags
Expand Down

0 comments on commit 62e2941

Please sign in to comment.