Skip to content

Commit bc71e4f

Browse files
chore(main): release 1.0.0 (#59)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent df13c44 commit bc71e4f

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"packages/cache": "1.1.0"
2+
"packages/cache": "1.1.0",
3+
".": "1.0.0"
34
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-02-21)
4+
5+
6+
### Features
7+
8+
* add `@netlify/cache` module ([#32](https://github.com/netlify/primitives/issues/32)) ([e374119](https://github.com/netlify/primitives/commit/e3741190472af28a5bdcdd2e3aa6067b141cd7b5))
9+
* add `fetchWithCache` and `setCacheHeaders` methods ([#34](https://github.com/netlify/primitives/issues/34)) ([712b188](https://github.com/netlify/primitives/commit/712b188b9102436207fbb849cb6c20f997a522da))
10+
* add `getCacheStatus` utility method ([#37](https://github.com/netlify/primitives/issues/37)) ([2d739e2](https://github.com/netlify/primitives/commit/2d739e2c568aa977e5166bb532b138702e8fc33b))
11+
* add static package ([a52b6bd](https://github.com/netlify/primitives/commit/a52b6bdefd1b3976310b18875430c7342eefe734))
12+
* fix release ([0b1d397](https://github.com/netlify/primitives/commit/0b1d3975c6383b0376cbf8e4c5d2541cd9c43e4d))
13+
* initial commit ([f3f9d92](https://github.com/netlify/primitives/commit/f3f9d92cd6bcf7405a9808236af53a5fe68d2fcc))
14+
* set up publish workflow ([#39](https://github.com/netlify/primitives/issues/39)) ([a4c0c19](https://github.com/netlify/primitives/commit/a4c0c1903b4dc188336553d7018fadcb061b16c2))
15+
16+
17+
### Bug Fixes
18+
19+
* **deps:** update dependency @netlify/serverless-functions-api to v1.31.1 ([#1](https://github.com/netlify/primitives/issues/1)) ([5eb3738](https://github.com/netlify/primitives/commit/5eb3738e0dee0783a8acd1c5cd08fda33c6ae327))
20+
* **deps:** update dependency @netlify/serverless-functions-api to v1.32.0 ([#22](https://github.com/netlify/primitives/issues/22)) ([333ecee](https://github.com/netlify/primitives/commit/333ecee6d6fc32fb7bd6d09e0432d26c4a2e5399))
21+
* **deps:** update dependency @netlify/serverless-functions-api to v1.33.0 ([#29](https://github.com/netlify/primitives/issues/29)) ([f1ff93a](https://github.com/netlify/primitives/commit/f1ff93a390dda591a5fd9f25d6c2f69c31a65ef2))
22+
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^9.42.1 ([#9](https://github.com/netlify/primitives/issues/9)) ([e403550](https://github.com/netlify/primitives/commit/e403550f6e4aec91e27ed439c5cfa17d00191389))
23+
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^9.42.3 ([#21](https://github.com/netlify/primitives/issues/21)) ([b022997](https://github.com/netlify/primitives/commit/b022997ca333e9322c92fc2d23408f266e017926))
24+
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^9.42.4 ([#25](https://github.com/netlify/primitives/issues/25)) ([d357235](https://github.com/netlify/primitives/commit/d357235ae6ded80b807f3041e12d8f0723956fb3))
25+
* **deps:** update dependency @netlify/zip-it-and-ship-it to ^9.42.5 ([#30](https://github.com/netlify/primitives/issues/30)) ([d202d05](https://github.com/netlify/primitives/commit/d202d0582ccd110126719713a3af8f902df8b169))
26+
* **deps:** update netlify packages ([#8](https://github.com/netlify/primitives/issues/8)) ([ca36e87](https://github.com/netlify/primitives/commit/ca36e8719d4334487cc3870c0eee2c086615e225))
27+
* set up release please ([#41](https://github.com/netlify/primitives/issues/41)) ([9a3f9f8](https://github.com/netlify/primitives/commit/9a3f9f869955e6a11aa41ad3b3f583b76b474882))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"workspaces": [
55
"packages/cache"
66
],
7-
"version": "0.0.0",
7+
"version": "1.0.0",
88
"scripts": {
99
"prepare": "husky install",
1010
"lint": "eslint --cache --report-unused-disable-directives --ignore-path .gitignore --max-warnings=0 . --fix",

0 commit comments

Comments
 (0)