1.2.0 (2022-03-15)
- update types to lotus@1.15.0 (b11dcaf)
- no-release: bump actions/checkout from 2.4.0 to 3 (#25) (b1b5a36)
- no-release: bump actions/setup-node from 2.5.1 to 3.0.0 (#24) (2568411)
1.1.4 (2022-01-24)
- ci: release with Node.js 16, simplify Actions (ce7b22d)
- deps-dev: bump dual-publish from 2.0.2 to 3.0.0 (48037a9)
- no-release: bump actions/setup-node from 2.4.1 to 2.5.0 (#21) (b94cf51)
- no-release: bump actions/setup-node from 2.5.0 to 2.5.1 (#22) (1f4b2d2)
1.1.3 (2021-11-04)
- deps: bump actions/checkout from 2.3.5 to 2.4.0 (d6fdebb)
1.1.2 (2021-10-18)
1.1.1 (2021-09-28)
- deps-dev: bump dual-publish from 1.0.9 to 2.0.0 (3d125a7)
- deps: bump actions/setup-node from 2.4.0 to 2.4.1 (83727dd)
1.1.0 (2021-08-20)
- update types for lotus@1.11.1 (2d61d1a)
1.0.1 (2021-08-20)
- deps: bump actions/setup-node from 2.2.0 to 2.4.0 (a994230)
- add generated TS declarations (#7) (e52fa9c)
- add method docs (#8) (4921f7b)
- support namespaces other than Filecoin (#10) (918bdc0)
- add 0.0.13 releae docs (33da8b7)
- add 0.0.14 changelog (3bb977e)
- add ci github actions (#12) (41b5bd8)
- add releasing section to readme (#13) (b23ef5a)
- auto-releases with semantic-release (a8b62ce)
- clean up README (9ea2966)
- update changelog (231dc2b)
- update deps (0216565)
- update to lotus 1.5.2 (#11) (54330d0)
- update type declarations for Lotus v1.1.2 (b7646fc)
- Add missing storage miner and worker API methods to Typescript declarations.
- Adds method descriptions to Typescript declarations.
- Added Typescript declarations, generated from schema.
- Renamed .import() to .importFile() - SES (Secure ECMAScript) doesn't like the method named 'import', presumably because it's the same as the JavaScript keyword.