From 3f4884510f41a5aa660dde8cecfb3bf0ad1d89af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:28:27 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ad0f3c3 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index bb96c36..cf6cd03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "referrals-service", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "referrals-service", - "version": "0.0.0", + "version": "1.0.0", "devDependencies": { "@cloudflare/vitest-pool-workers": "^0.5.2", "@cloudflare/workers-types": "^4.20241106.0", diff --git a/package.json b/package.json index 0345d25..a38811f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "referrals-service", - "version": "0.0.0", + "version": "1.0.0", "private": true, "scripts": { "deploy": "wrangler deploy",