File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " asynchandler" ,
3- "version" : " 0 .0.1 " ,
3+ "version" : " 1 .0.0 " ,
44 "license" : " MIT" ,
55 "repository" : " git@github.com: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" ,
You can’t perform that action at this time.
0 commit comments