From a3e61ad9bd488edd766471c0ed422e794ec357ee Mon Sep 17 00:00:00 2001 From: Travis CI Date: Tue, 5 Nov 2019 08:21:53 +0000 Subject: [PATCH] chore(release): 2.5.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff85479..dc011ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.5.4](https://github.com/Kikobeats/js-mythbusters/compare/v2.5.3...v2.5.4) (2019-11-05) + ### [2.5.3](https://github.com/Kikobeats/js-mythbusters/compare/v2.5.2...v2.5.3) (2019-09-08) ### [2.5.2](https://github.com/Kikobeats/js-mythbusters/compare/v2.5.1...v2.5.2) (2019-08-15) diff --git a/package.json b/package.json index fec138d..946e32e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "javascript-mythbusters", "description": "A list of JavaScript tips to avoid load performance from a high level point of view.", "homepage": "https://mythbusters.js.org", - "version": "2.5.3", + "version": "2.5.4", "main": "README.md", "repository": { "type": "git",