Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

chore(main): release 1.0.0 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down