From 1aaecbf100320e44116c5afced5a778ef705eca7 Mon Sep 17 00:00:00 2001 From: ssube Date: Wed, 20 May 2020 08:13:27 -0500 Subject: [PATCH] chore(release): 0.1.8 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a936dca..a17899b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.1.8](https://github.com/ssube/js-utils/compare/v0.1.7...v0.1.8) (2020-05-20) + + +### Bug Fixes + +* remove mock-fs from vendor bundle ([bfbfaca](https://github.com/ssube/js-utils/commit/bfbfaca59d7d15140634fe80ee72b969c5a1f9a3)) + ### [0.1.7](https://github.com/ssube/js-utils/compare/v0.1.6...v0.1.7) (2020-03-31) diff --git a/package.json b/package.json index 5b11040..d6c2634 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apextoaster/js-utils", - "version": "0.1.7", + "version": "0.1.8", "description": "utility functions", "main": "out/main.js", "types": "out/index.d.ts",