Skip to content
Closed
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
64 changes: 48 additions & 16 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": "@ciscode/cachekit",
"version": "0.0.1",
"version": "1.0.0",
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repo’s release process is Changesets-driven (see docs/RELEASE.md). Manually setting the package version to 1.0.0 in package.json can conflict with the usual “Version Packages” PR flow and may produce an unreconciled changelog/tag. Consider reverting the manual version edit and instead adding an appropriate changeset + running the standard Changesets versioning workflow to align versions.

Suggested change
"version": "1.0.0",
"version": "0.0.0",

Copilot uses AI. Check for mistakes.
"description": "CacheKit backend module for reusable caching utilities and integrations.",
"author": "CisCode",
"publishConfig": {
Expand Down
Loading