Skip to content

Commit

Permalink
Merge branch 'main' of github.com:web3-storage/learnyouw3up
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Nov 15, 2023
2 parents 4e7150e + fce3006 commit 9c56c52
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9c56c52

Please sign in to comment.