From 1928ba2384c77854370b3a766f347ff7013413e4 Mon Sep 17 00:00:00 2001 From: ssube Date: Tue, 31 Mar 2020 18:52:44 -0500 Subject: [PATCH] chore(release): 0.1.7 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6e197..a936dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.7](https://github.com/ssube/js-utils/compare/v0.1.6...v0.1.7) (2020-03-31) + + +### Features + +* **list:** add utils from salty-dog ([3f675aa](https://github.com/ssube/js-utils/commit/3f675aaaa348101522e17415f8ed392ed64816c9)) + + +### Bug Fixes + +* **docs:** write a basic readme ([9c5b750](https://github.com/ssube/js-utils/commit/9c5b750c15eebf5997cc5fd537c86eee460ca9c8)) + ### [0.1.6](https://github.com/ssube/js-utils/compare/v0.1.5...v0.1.6) (2020-03-31) ### [0.1.5](https://github.com/ssube/js-utils/compare/v0.1.4...v0.1.5) (2020-03-31) diff --git a/package.json b/package.json index aadb11d..a2deb06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apextoaster/js-utils", - "version": "0.1.6", + "version": "0.1.7", "description": "utility functions", "main": "out/main.js", "types": "out/index.d.ts",