Skip to content

Commit 283ccf1

Browse files
authored
Merge pull request #27 from tabcat/release-please--branches--master--components--zzzync
chore(master): release 1.0.0
2 parents d4e1352 + 75f1d3f commit 283ccf1

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
cache: 'npm'
8787
registry-url: 'https://registry.npmjs.org'
8888
- run: npm ci
89+
- run: npx aegir docs --publish
90+
env:
91+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8992
# The logic below handles the npm publication:
9093
# these if statements ensure that a publication only occurs when
9194
# a new release is created:

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## 1.0.0 (2023-06-17)
4+
5+
6+
### Features
7+
8+
* add toDcid ([3a5e27e](https://github.com/tabcat/zzzync/commit/3a5e27e713c8bddebb1f15c628f33a2652d26836))
9+
10+
11+
### Bug Fixes
12+
13+
* handle async digests in browser ([1495f6a](https://github.com/tabcat/zzzync/commit/1495f6abda16311365f4a81af5c3df1dc17a3e2f))
14+
* ipns resolve handles ipfs prefix ([d3db515](https://github.com/tabcat/zzzync/commit/d3db515ec11ed2f14367b73154ed22281087d4f2))

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tabcat/zzzync",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "replication protocol over IPLD, IPNS, and IPFS Provider Records",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)