diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..8819e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +## 1.0.0 (2022-07-11) + + +### Features + +* bring in new changes from ZISI ([aaa06bf](https://github.com/netlify/in-source-config/commit/aaa06bf38933907bd39cd2d1b1c4e9a938f7dbf5)) +* extract implementation from ZISI ([0922b9e](https://github.com/netlify/in-source-config/commit/0922b9eaa26b002b41267bf41c36e08e85b321a4)) +* make helper module configurable ([212bd30](https://github.com/netlify/in-source-config/commit/212bd302c412e070f975b7159fce05536ac5f3c3)) +* make helperModule a predicate ([32559c7](https://github.com/netlify/in-source-config/commit/32559c77b4f2b162f19efe2a8fceefb6a1c71a67)) + + +### Bug Fixes + +* **deps:** update babel monorepo to v7.18.8 ([56255e4](https://github.com/netlify/in-source-config/commit/56255e4d85b6d7f544e6f07dfce1f95f32b18233)) +* point entrypoint to index.js ([b52dacf](https://github.com/netlify/in-source-config/commit/b52dacff2cee98f1bbb8584b14dfbe7d76749d6e)) diff --git a/package-lock.json b/package-lock.json index abfb524..cfa2cbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/in-source-config", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/in-source-config", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@babel/parser": "^7.18.6", diff --git a/package.json b/package.json index c3c6959..304be75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/in-source-config", - "version": "0.0.0", + "version": "1.0.0", "description": "A parser for Netlify's in-source-config", "type": "module", "main": "./dist/index.js",