Skip to content

Commit

Permalink
Make versions in changelog bold
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl committed May 21, 2018
1 parent 8e1f8bc commit b59d923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ console.log(`Soundbox is at ${SoundBox.version}`);
```

## Changelog
* v0.2: Now with button mashing support!
* v0.3: Added volume support! Converted for use as an ES6 module. If this doesn't suit you, then just remove the `import` and `export` statements to make it the way it was before.
* v0.3.1: Added non-es6 version and build system to automate minification.
* v0.3.2: Added `.stop_all()` and `default_volume`
* **v0.2:** Now with button mashing support!
* **v0.3:** Added volume support! Converted for use as an ES6 module. If this doesn't suit you, then just remove the `import` and `export` statements to make it the way it was before.
* **v0.3.1:** Added non-es6 version and build system to automate minification.
* **v0.3.2:** Added `.stop_all()` and `default_volume`

## License
SoundBox.js is licensed under MIT:
Expand Down

0 comments on commit b59d923

Please sign in to comment.