From 30811b0bd28b7fe98a110ec299478cee5d165ec0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:55:30 +0000 Subject: [PATCH] chore: release v1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0967ef4..11fea0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{".":"1.0.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e71e62d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 1.0.0 (2024-07-06) + +## What's Changed +* Update URL to new org by @jsumners-nr in https://github.com/nodejs/import-in-the-middle/pull/117 +* fix: Use `process.emitWarning` to log errors by @timfish in https://github.com/nodejs/import-in-the-middle/pull/114 +* fix: Include source url for parsing failures by @timfish in https://github.com/nodejs/import-in-the-middle/pull/109 +* test: Test 250+ popular npm packages by @timfish in https://github.com/nodejs/import-in-the-middle/pull/93 +* fix: CJS `require('.')` resolution by @timfish in https://github.com/nodejs/import-in-the-middle/pull/108 +* chore: Add release workflow by @timfish in https://github.com/nodejs/import-in-the-middle/pull/123 +* chore: Update `LICENSE` and `NOTICE` by @timfish in https://github.com/nodejs/import-in-the-middle/pull/126 +* feat: Allow passing of `include` or `exclude` list via `module.register()` by @timfish in https://github.com/nodejs/import-in-the-middle/pull/124 +* chore: fix `release-please` config file by @timfish in https://github.com/nodejs/import-in-the-middle/pull/127 +* chore: Add `CODE_OF_CONDUCT`, `GOVERNANCE` and update `CONTRIBUTING` by @timfish in https://github.com/nodejs/import-in-the-middle/pull/128 +* chore: Fix `release-please-action` config by @timfish in https://github.com/nodejs/import-in-the-middle/pull/130 +* chore: More `release-please` fixes by @timfish in https://github.com/nodejs/import-in-the-middle/pull/132 + + +**Full Changelog**: https://github.com/nodejs/import-in-the-middle/compare/v1.8.1...import-in-the-middle-v1.0.0 diff --git a/package.json b/package.json index bed6728..9cf569f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "import-in-the-middle", - "version": "1.8.1", + "version": "1.0.0", "description": "Intercept imports in Node.js", "main": "index.js", "scripts": {