Skip to content

Commit af77b18

Browse files
author
Robert Jackson
committed
Release 2.7.0
1 parent 6f7dccc commit af77b18

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1+
## v2.7.0 (2021-04-30)
2+
3+
#### :rocket: Enhancement
4+
* [#383](https://github.com/BackburnerJS/backburner.js/pull/383) Export types ([@wagenet](https://github.com/wagenet))
5+
6+
#### :memo: Documentation
7+
* [#390](https://github.com/BackburnerJS/backburner.js/pull/390) Remove Downloads section from README ([@rwjblue](https://github.com/rwjblue))
8+
9+
#### :house: Internal
10+
* [#391](https://github.com/BackburnerJS/backburner.js/pull/391) Add basic release automation setup. ([@rwjblue](https://github.com/rwjblue))
11+
* [#388](https://github.com/BackburnerJS/backburner.js/pull/388) Re-roll yarn.lock ([@rwjblue](https://github.com/rwjblue))
12+
* [#382](https://github.com/BackburnerJS/backburner.js/pull/382) Upgrade development dependencies ([@wagenet](https://github.com/wagenet))
13+
14+
#### Committers: 3
15+
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
16+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
17+
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))
18+
19+
120
# Changelog

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backburner.js",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "Backburner.js is a simple run loop-esque library for coalescing actions",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)