From 22bd396cc5c238e5f1b76c3eee20bdea61ad99f5 Mon Sep 17 00:00:00 2001 From: Cahil Foley Date: Wed, 18 Nov 2020 13:39:25 +0800 Subject: [PATCH] chore(release): 2.3.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ffc594..fc57eaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.3.2](https://github.com/cahilfoley/utils/compare/v2.3.1...v2.3.2) (2020-11-18) + +### Bug Fixes + +- **accessors:** only fallback to default values when the target value is undefined or missing ([65e42b6](https://github.com/cahilfoley/utils/commit/65e42b614f53af8466fc82ec7c91dddc9974fa61)) + ### [2.3.1](https://github.com/cahilfoley/utils/compare/v2.2.0...v2.3.1) (2019-11-29) ### Features diff --git a/package-lock.json b/package-lock.json index 476a42a..4484a29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@cahil/utils", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0bbb9b9..3da0b53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cahil/utils", - "version": "2.3.1", + "version": "2.3.2", "description": "Various utility functions that might come in handy when building things in JavaScript", "browser": "index.amd.js", "main": "index.js",