Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.0.0 #2

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## 1.0.0 (2025-01-06)


### Features

* add deployment and CI ([1da3e82](https://github.com/storacha/referrals-service/commit/1da3e8225dd5d8eb514789138078af91a35de901))
* add error handling and add docs ([d4905cb](https://github.com/storacha/referrals-service/commit/d4905cb10863ddbee806b7416debdf268127efa4))
* allow all origins in staging for now ([09fac15](https://github.com/storacha/referrals-service/commit/09fac15f14616c68f79fd5b3258cefcfcd8999fb))
* clean up tests and split them ([8a8887b](https://github.com/storacha/referrals-service/commit/8a8887b46758eb67732250bdc172959c835aa52b))
* configure databases in staging and prod ([c3538d2](https://github.com/storacha/referrals-service/commit/c3538d2906bcb63e396d558134893c1be3499415))
* initial pass at credits and conversions script ([ce1f446](https://github.com/storacha/referrals-service/commit/ce1f4463a56807311d4c7ed89a8c1ac280641a6f))
* initial spike on referrals service ([4231a44](https://github.com/storacha/referrals-service/commit/4231a44e632f8cf74ce57a1705a9c8612e648034))


### Bug Fixes

* add missing dependency ([0ce1729](https://github.com/storacha/referrals-service/commit/0ce172944e04db0486aaa80aefca108974124ecd))
* add tests ([79e1f2e](https://github.com/storacha/referrals-service/commit/79e1f2ee865add1ced2e4472dce916a66871c67d))
* also quiet refcode creation errors ([21c5a99](https://github.com/storacha/referrals-service/commit/21c5a99fe96a9435d0c18d9ee65e842d7e6e0c29))
* convert tabs to spaces ([959fce7](https://github.com/storacha/referrals-service/commit/959fce720e457751f111838126b50e7e8ad2c057))
* fix run command ([103291c](https://github.com/storacha/referrals-service/commit/103291c6d90830cc7cf17a47c64a6728cb4d14ad))
* keep trying to fix CI ([d87dfad](https://github.com/storacha/referrals-service/commit/d87dfad932a37ab1385977697ce65f0e5aa27cf3))
* make it possible to refer multiple people ([8e1323a](https://github.com/storacha/referrals-service/commit/8e1323ad8f2bc7f9105b1496cba619306efffc90))
* remove unneeded comment ([55697ae](https://github.com/storacha/referrals-service/commit/55697ae348bbe88201ab51a9e74954dd9e8c6d5a))
* return 400s for client errors ([685601f](https://github.com/storacha/referrals-service/commit/685601fcecce06de95dacc8c4b8f24c442a7cd94))
* set cloudflare account id in deploy ([a3c976d](https://github.com/storacha/referrals-service/commit/a3c976ddaef95feadb2d73db3aff6cecb66af6de))
* skip c&c test for now ([0ebe45a](https://github.com/storacha/referrals-service/commit/0ebe45a3d646fd033374f3ee919de8cbd21f94b8))
* update staging and production databases ([cb245fa](https://github.com/storacha/referrals-service/commit/cb245fa904a0ab3b371f521987be815477208b51))
* upgrade wrangler action version ([001cd0a](https://github.com/storacha/referrals-service/commit/001cd0a7ce52bb55cc8890f854b9b8a93a32b9d8))
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": "referrals-service",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
Expand Down