Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
[ops] Bump package version to 1.5.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
peterver committed Aug 13, 2020
1 parent 8a957fe commit 05eeedf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.1] - 2020-08-13
### Improved
- Dep: Upgrade @babel/core to 7.11.1 from 7.1.6
- Dep: Upgrade @babel/plugin-proposal-class-properties to 7.10.4 from 7.1.0
- Dep: Upgrade @babel/preset-env to 7.11.0 from 7.1.6
- Dep: Upgrade gulp to 4.0.2 from 4.0.0

### Fixed
- Fixed an issue where if data of network call is undefined, a syntaxerror would be thrown

## [1.5.0] - 2018-11-18
### Improved
- Updated outdated packages, moved to gulp 4 and @babel
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": "@valkyriestudios/net",
"version": "1.5.0",
"version": "1.5.1",
"description": "A lightweight promise-based XHR module",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 05eeedf

Please sign in to comment.