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

Commit 38fdf27

Browse files
chore(main): release 1.0.0
1 parent 56255e4 commit 38fdf27

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 1.0.0 (2022-07-11)
4+
5+
6+
### Features
7+
8+
* bring in new changes from ZISI ([aaa06bf](https://github.com/netlify/in-source-config/commit/aaa06bf38933907bd39cd2d1b1c4e9a938f7dbf5))
9+
* extract implementation from ZISI ([0922b9e](https://github.com/netlify/in-source-config/commit/0922b9eaa26b002b41267bf41c36e08e85b321a4))
10+
* make helper module configurable ([212bd30](https://github.com/netlify/in-source-config/commit/212bd302c412e070f975b7159fce05536ac5f3c3))
11+
* make helperModule a predicate ([32559c7](https://github.com/netlify/in-source-config/commit/32559c77b4f2b162f19efe2a8fceefb6a1c71a67))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** update babel monorepo to v7.18.8 ([56255e4](https://github.com/netlify/in-source-config/commit/56255e4d85b6d7f544e6f07dfce1f95f32b18233))
17+
* point entrypoint to index.js ([b52dacf](https://github.com/netlify/in-source-config/commit/b52dacff2cee98f1bbb8584b14dfbe7d76749d6e))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/in-source-config",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A parser for Netlify's in-source-config",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)