diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..aafc3bb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +## 1.0.0 (2023-11-15) + + +### Features + +* add infinite compression exercise ([28110a4](https://github.com/web3-storage/learnyouw3up/commit/28110a4c051624bf2ae2082f6c73fdcd9364e6a1)) +* add solutions as JS ([0d94c2f](https://github.com/web3-storage/learnyouw3up/commit/0d94c2fbe1d193f7d8285010bfb095f028162838)) +* add space out problem ([5264700](https://github.com/web3-storage/learnyouw3up/commit/526470049b52f64d292dde23d5820e512dfa909a)) +* cat gifs problem ([dfdeb61](https://github.com/web3-storage/learnyouw3up/commit/dfdeb6153147d20c408675bb37a813a2ed008d0d)) +* delegation problem ([298ec6f](https://github.com/web3-storage/learnyouw3up/commit/298ec6f681f9b3d61e91f213c2585aa6ac80249e)) +* delegation problem ([91b54d9](https://github.com/web3-storage/learnyouw3up/commit/91b54d9fd114ea85d61bda04674ed74f0f716ca6)) +* verify introduction problem ([0dceb0e](https://github.com/web3-storage/learnyouw3up/commit/0dceb0e878d7293dd8c4ae96c948b989d99d29c4)) +* wip first 2 problems ([fc37b69](https://github.com/web3-storage/learnyouw3up/commit/fc37b6912eee1f97cc158fa59c25c863cfcac73c)) + + +### Bug Fixes + +* coupon redeem code ([883d0e5](https://github.com/web3-storage/learnyouw3up/commit/883d0e51747d233ca24c8b2290924f4d27836106)) +* image URL ([be64e0d](https://github.com/web3-storage/learnyouw3up/commit/be64e0dd5ed43b04fb217cc0eb21d269cbd4425a)) +* nicer formatting ([702bf96](https://github.com/web3-storage/learnyouw3up/commit/702bf96f68711caefed1e59a3b23de3196addc5f)) diff --git a/package-lock.json b/package-lock.json index 1a902df..de9d972 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "learnyouw3up", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "learnyouw3up", - "version": "0.0.0", + "version": "1.0.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ucanto/validator": "^9.0.0", diff --git a/package.json b/package.json index 149c9d7..815201d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "learnyouw3up", - "version": "0.0.0", + "version": "1.0.0", "description": "Workshopper for learning how to use w3up - a UCAN based upload service for IPFS and Filecoin.", "main": "index.js", "type": "module",