Skip to content

Commit

Permalink
chore(release): Release version 1.0.0 of the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Aug 29, 2024
1 parent a6489f4 commit 42ecf9f
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!-- markdownlint-disable MD013 -->
# Changelog

All notable changes to this project will be documented in this file.

## 1.0.0 (2024-08-29)

### Features

* Add implementation ([36bdaf9](https://github.com/CommunitySolidServer/global-logger-factory/commit/36bdaf96a2f516941db25af25d0b23a0db63975c))

### Chores

* **release:** Update configs to v1.0.0 ([a6489f4](https://github.com/CommunitySolidServer/global-logger-factory/commit/a6489f495682544b56dcce7019034a31eb0120e2))
* Add repository to package.json ([6a30ed0](https://github.com/CommunitySolidServer/global-logger-factory/commit/6a30ed02c425fe59797f8faf3d243bb4124cc5eb))
* Initial commit ([a6f9e1c](https://github.com/CommunitySolidServer/global-logger-factory/commit/a6f9e1c6a94b773e5eddb927fb0ebc8375a72296))
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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "global-logger-factory",
"version": "0.0.1",
"version": "1.0.0",
"license": "MIT",
"repository": "[email protected]:CommunitySolidServer/global-logger-factory.git",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory",
"lsd:components": "dist/components/components.jsonld",
"lsd:contexts": {
"https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory/^0.0.0/components/context.jsonld": "dist/components/context.jsonld"
"https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory/^1.0.0/components/context.jsonld": "dist/components/context.jsonld"
},
"lsd:importPaths": {
"https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory/^0.0.0/components/": "dist/components/",
"https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory/^0.0.0/config/": "config/",
"https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory/^0.0.0/dist/": "dist/"
"https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory/^1.0.0/components/": "dist/components/",
"https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory/^1.0.0/config/": "config/",
"https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory/^1.0.0/dist/": "dist/"
},
"files": [
"config",
Expand Down

0 comments on commit 42ecf9f

Please sign in to comment.