Skip to content

Commit 30811b0

Browse files
chore: release v1.0.0
1 parent 59dc23f commit 30811b0

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{".":"1.0.0"}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-07-06)
4+
5+
## What's Changed
6+
* Update URL to new org by @jsumners-nr in https://github.com/nodejs/import-in-the-middle/pull/117
7+
* fix: Use `process.emitWarning` to log errors by @timfish in https://github.com/nodejs/import-in-the-middle/pull/114
8+
* fix: Include source url for parsing failures by @timfish in https://github.com/nodejs/import-in-the-middle/pull/109
9+
* test: Test 250+ popular npm packages by @timfish in https://github.com/nodejs/import-in-the-middle/pull/93
10+
* fix: CJS `require('.')` resolution by @timfish in https://github.com/nodejs/import-in-the-middle/pull/108
11+
* chore: Add release workflow by @timfish in https://github.com/nodejs/import-in-the-middle/pull/123
12+
* chore: Update `LICENSE` and `NOTICE` by @timfish in https://github.com/nodejs/import-in-the-middle/pull/126
13+
* feat: Allow passing of `include` or `exclude` list via `module.register()` by @timfish in https://github.com/nodejs/import-in-the-middle/pull/124
14+
* chore: fix `release-please` config file by @timfish in https://github.com/nodejs/import-in-the-middle/pull/127
15+
* chore: Add `CODE_OF_CONDUCT`, `GOVERNANCE` and update `CONTRIBUTING` by @timfish in https://github.com/nodejs/import-in-the-middle/pull/128
16+
* chore: Fix `release-please-action` config by @timfish in https://github.com/nodejs/import-in-the-middle/pull/130
17+
* chore: More `release-please` fixes by @timfish in https://github.com/nodejs/import-in-the-middle/pull/132
18+
19+
20+
**Full Changelog**: https://github.com/nodejs/import-in-the-middle/compare/v1.8.1...import-in-the-middle-v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "import-in-the-middle",
3-
"version": "1.8.1",
3+
"version": "1.0.0",
44
"description": "Intercept imports in Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)