From 04936ca3702c7a6a4b72dcfbd3ac66389180e43e Mon Sep 17 00:00:00 2001 From: Lex Date: Sat, 8 Oct 2022 15:54:09 -0400 Subject: [PATCH] release: 1.0.0 (#1) Signed-off-by: Lexus Drumgold --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..7bc1d12 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +## 1.0.0 (2022-10-08) + + +### :robot: Continuous Integration + +* add [@dependabot](https://github.com/dependabot) config ([9150e11](https://github.com/flex-development/is-builtin/commit/9150e11102c81537eeb3f6ee0b4339301207ddc9)) + + +### :sparkles: Features + +* **ponyfill:** `isBuiltin` ([9b95594](https://github.com/flex-development/is-builtin/commit/9b95594a96b377ec6f883ce31cc082e29c5731c4)) + + +### :house_with_garden: Housekeeping + +* **github:** replace commit scope `builtin` with `ponyfill` ([50f7a55](https://github.com/flex-development/is-builtin/commit/50f7a559e4ed405139cb4372fdc7c34ec52aaa49)) +* **github:** replace label `scope:builtin` with `scope:ponyfill` ([0ccc28a](https://github.com/flex-development/is-builtin/commit/0ccc28ad24ebdcf44fcb7c56a0dc968ee94b0900)) + diff --git a/package.json b/package.json index ffe567f..bf38842 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/is-builtin", "description": "Ponyfill for module.isBuiltin", - "version": "0.0.0", + "version": "1.0.0", "keywords": [ "builtin", "module",