Skip to content

Commit

Permalink
chore(release): 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Sep 17, 2023
1 parent 1c7b7f7 commit 63c0869
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 0.1.0 (2023-09-17)


### Features

* add open telemetry runtime instrumentation ([cf19020](https://github.com/discue/open-telemetry-tracing/issues/commit/cf19020c1ded8c13722342c76b5e285273e2ba9e))
* add tracer abstraction and tests ([62e108e](https://github.com/discue/open-telemetry-tracing/issues/commit/62e108e5db2208397d559fcc2ec8a52e4ec9fd7d))


### Chores

* add changelog config ([a757026](https://github.com/discue/open-telemetry-tracing/issues/commit/a757026fffce5c75977c64295027e0652896aaca))
* add eslint config ([0a68042](https://github.com/discue/open-telemetry-tracing/issues/commit/0a68042da3799284c0e1046cff03787b1a27ca69))
* add github workflow config ([4818c0f](https://github.com/discue/open-telemetry-tracing/issues/commit/4818c0f2c27ac57adb267a4f1c71c8b05bef627b))
* add gitignore ([9783c28](https://github.com/discue/open-telemetry-tracing/issues/commit/9783c2862322d1f065bcb3de43f0ad411ef387d2))
* add license ([17c6e6c](https://github.com/discue/open-telemetry-tracing/issues/commit/17c6e6ce866e716ea2b1b7208486ce5396daf1f7))
* add package files ([72d24ae](https://github.com/discue/open-telemetry-tracing/issues/commit/72d24aefcf54ea8c0c0fa6418a4bba5165ef4d94))
* add readme ([514f8ae](https://github.com/discue/open-telemetry-tracing/issues/commit/514f8aecb56a57212c210d6294e6ab4cfd94c1c4))
* add test and management scripts ([fc0e477](https://github.com/discue/open-telemetry-tracing/issues/commit/fc0e4771396bd04ae21e9548b0e5b54414b8bbcb))
* also export instrumentation module ([0498795](https://github.com/discue/open-telemetry-tracing/issues/commit/04987955c09b021e69ffd94299e9757ef69f7129))
* **deps:** install opentelemetry dependencies ([a0753f4](https://github.com/discue/open-telemetry-tracing/issues/commit/a0753f4c1dc3dc6678ecaa666e982dcdd9611cd7))
* remove trap from script ([f31cd86](https://github.com/discue/open-telemetry-tracing/issues/commit/f31cd866ec0f141d99457395113c9aae89e38618))
* update package name ([1c7b7f7](https://github.com/discue/open-telemetry-tracing/issues/commit/1c7b7f71a1f12d83c0150cdb402f07b457c3a0ec))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@discue/open-telemetry-tracing",
"version": "0.0.0",
"version": "0.1.0",
"description": "Simple scheduling and queueing",
"engines": {
"node": "18"
Expand Down

0 comments on commit 63c0869

Please sign in to comment.