From 99ed04ae13a496d3bb3d901f94eae0b7aa5eea80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Oct 2021 15:13:33 -0700 Subject: [PATCH] chore: release 0.9.1 (#13) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fbd53d..49655fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.9.1](https://www.github.com/humanwhocodes/config-array/compare/v0.9.0...v0.9.1) (2021-10-05) + + +### Bug Fixes + +* Properly build package for release ([168155f](https://www.github.com/humanwhocodes/config-array/commit/168155f3fed91ab35566c452efd28debf8ec2b85)) + ## [0.9.0](https://www.github.com/humanwhocodes/config-array/compare/v0.8.0...v0.9.0) (2021-10-04) diff --git a/package-lock.json b/package-lock.json index 5cd7381..735f139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@humanwhocodes/config-array", - "version": "0.9.0", + "version": "0.9.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@humanwhocodes/config-array", - "version": "0.9.0", + "version": "0.9.1", "license": "Apache-2.0", "dependencies": { "@humanwhocodes/object-schema": "^1.2.0", diff --git a/package.json b/package.json index c8ff927..3827c86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@humanwhocodes/config-array", - "version": "0.9.0", + "version": "0.9.1", "description": "Glob-based configuration matching.", "author": "Nicholas C. Zakas", "main": "api.js",