Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloop committed Oct 30, 2021
1 parent c14d988 commit 8db4564
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@


## v3.0.0 (2021-10-30)

#### :rocket: Enhancement
* [#45](https://github.com/mrloop/race-lib/pull/45) Promise package no longer needed ([@mrloop](https://github.com/mrloop))
* [#44](https://github.com/mrloop/race-lib/pull/44) Config ([@mrloop](https://github.com/mrloop))
* [#43](https://github.com/mrloop/race-lib/pull/43) Use isomorphic fetch lib so don't need to inject fetch by consuming app. ([@mrloop](https://github.com/mrloop))

#### Committers: 1
- Ewan McDougall ([@mrloop](https://github.com/mrloop))

## v2.0.0 (2021-10-27)

#### :boom: Breaking Change
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "race-lib",
"version": "2.0.0",
"version": "3.0.0",
"description": "retrieve event data from britishcycling.org",
"keywords": [
"britishcycling"
Expand Down

0 comments on commit 8db4564

Please sign in to comment.