Skip to content

Commit 7aeacc1

Browse files
committed
chore(release): Release version 1.0.0 of the npm package
1 parent e7321ec commit 7aeacc1

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!-- markdownlint-disable MD013 -->
2+
# Changelog
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
## 1.0.0 (2024-09-05)
7+
8+
### Features
9+
10+
* Initial implementation ([e7321ec](https://github.com/CommunitySolidServer/AsyncHandler/commit/e7321ec4f799a29fa28214c5c186bf7d26572485))
11+
12+
### Chores
13+
14+
* Initial commit ([2e44260](https://github.com/CommunitySolidServer/AsyncHandler/commit/2e44260e34c28906671fba251c338f78087be161))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
22
"name": "asynchandler",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"license": "MIT",
55
"repository": "[email protected]:CommunitySolidServer/AsyncHandler.git",
66
"main": "./dist/index.js",
77
"types": "./dist/index.d.ts",
88
"lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/asynchandler",
99
"lsd:components": "dist/components/components.jsonld",
1010
"lsd:contexts": {
11-
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^0.0.0/components/context.jsonld": "dist/components/context.jsonld"
11+
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/components/context.jsonld": "dist/components/context.jsonld"
1212
},
1313
"lsd:importPaths": {
14-
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^0.0.0/components/": "dist/components/",
15-
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^0.0.0/config/": "config/",
16-
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^0.0.0/dist/": "dist/"
14+
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/components/": "dist/components/",
15+
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/config/": "config/",
16+
"https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/dist/": "dist/"
1717
},
1818
"files": [
1919
"config",

0 commit comments

Comments
 (0)