Skip to content

Commit

Permalink
chore(release): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-julien committed Nov 5, 2024
1 parent 1190d86 commit bcae0d3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Changelog


## v0.1.0


### 🚀 Enhancements

- Move to module ([5826dd2](https://github.com/huang-julien/open-telemetry-nitro/commit/5826dd2))
- Configurable preset file ([35b0bb7](https://github.com/huang-julien/open-telemetry-nitro/commit/35b0bb7))
- Add azure-monitor ([514bc41](https://github.com/huang-julien/open-telemetry-nitro/commit/514bc41))
- Record exception ([b3b2694](https://github.com/huang-julien/open-telemetry-nitro/commit/b3b2694))

### 🩹 Fixes

- Cleanup + types ([c8fb92e](https://github.com/huang-julien/open-telemetry-nitro/commit/c8fb92e))
- Fix build and move into package ([497d180](https://github.com/huang-julien/open-telemetry-nitro/commit/497d180))
- Preset resolve ([07ff9da](https://github.com/huang-julien/open-telemetry-nitro/commit/07ff9da))
- Try use alias ([5a01cd3](https://github.com/huang-julien/open-telemetry-nitro/commit/5a01cd3))
- Workaround with `await import` ([fd331f4](https://github.com/huang-julien/open-telemetry-nitro/commit/fd331f4))
- Move again to import with moduleSideEffect ([c633012](https://github.com/huang-julien/open-telemetry-nitro/commit/c633012))
- Add missing plugin ([2e7d7c4](https://github.com/huang-julien/open-telemetry-nitro/commit/2e7d7c4))
- File path s ([58bfa14](https://github.com/huang-julien/open-telemetry-nitro/commit/58bfa14))
- Correctly mark config file as side-effect ([a9319ab](https://github.com/huang-julien/open-telemetry-nitro/commit/a9319ab))

### 💅 Refactors

- Use normalize id ([52d1c07](https://github.com/huang-julien/open-telemetry-nitro/commit/52d1c07))
- Remove new Date() ([010c88c](https://github.com/huang-julien/open-telemetry-nitro/commit/010c88c))
- Rename span name hook ([cd0b233](https://github.com/huang-julien/open-telemetry-nitro/commit/cd0b233))

### 🏡 Chore

- Install packages ([b4263d8](https://github.com/huang-julien/open-telemetry-nitro/commit/b4263d8))
- Change package name ([b978a40](https://github.com/huang-julien/open-telemetry-nitro/commit/b978a40))
- Split what the plugin should do ([941f1b8](https://github.com/huang-julien/open-telemetry-nitro/commit/941f1b8))
- Remove process.on ([8a3839e](https://github.com/huang-julien/open-telemetry-nitro/commit/8a3839e))
- Update packages ([e655031](https://github.com/huang-julien/open-telemetry-nitro/commit/e655031))
- Lint ([9a9deb2](https://github.com/huang-julien/open-telemetry-nitro/commit/9a9deb2))
- Add types in playground and remove console log in node preset ([6730040](https://github.com/huang-julien/open-telemetry-nitro/commit/6730040))
- Add consola to deps ([a3abe51](https://github.com/huang-julien/open-telemetry-nitro/commit/a3abe51))
- Update readme ([647ec64](https://github.com/huang-julien/open-telemetry-nitro/commit/647ec64))
- Update readme ([a3a551f](https://github.com/huang-julien/open-telemetry-nitro/commit/a3a551f))
- Add config and hooks ([1190d86](https://github.com/huang-julien/open-telemetry-nitro/commit/1190d86))

### ❤️ Contributors

- Julien Huang ([@huang-julien](http://github.com/huang-julien))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nitro-opentelemetry",
"version": "0.0.0",
"version": "0.1.0",
"description": "",
"license": "MIT",
"sideEffects": false,
Expand Down

0 comments on commit bcae0d3

Please sign in to comment.