Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 19, 2024
1 parent 9bce7b7 commit 825f598
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## 1.0.0 (2024-12-19)


### 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))
* 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))
* 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

0 comments on commit 825f598

Please sign in to comment.