Skip to content

Commit

Permalink
Merge branch 'feat/hypercore-better-types'
Browse files Browse the repository at this point in the history
* feat/hypercore-better-types:
  chore(release): 2.2.0
  add github repo to npm
  feat: improved hypercore types and new modules
  • Loading branch information
gmaclennan committed Oct 12, 2023
2 parents cb27a44 + f7a3232 commit b1a2980
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

## [2.2.0](https://github.com/digidem/digidem-types/compare/v2.1.0...v2.2.0) (2023-10-12)


### Features

* improved hypercore types and new modules ([acb6ab6](https://github.com/digidem/digidem-types/commit/acb6ab6faa5de79b15b735aba1608b31d826f113))

## [2.1.0](https://github.com/digidem/digidem-types/compare/v2.0.0...v2.1.0) (2023-09-13)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digidem/types",
"version": "2.1.0",
"version": "2.2.0",
"description": "Typescript type definitions for untyped modules used by Digidem, prior to DefinitelyTyped publishing",
"main": "index.js",
"scripts": {
Expand All @@ -16,5 +16,13 @@
"@types/node": "^18.16.19",
"@types/streamx": "^2.9.1",
"tiny-typed-emitter": "^2.1.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/digidem/digidem-types.git"
},
"bugs": {
"url": "https://github.com/digidem/digidem-types/issues"
},
"homepage": "https://github.com/digidem/digidem-types#readme"
}

0 comments on commit b1a2980

Please sign in to comment.