Skip to content

Commit

Permalink
release version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TimurRin committed Dec 11, 2024
1 parent c7ddd32 commit 3fa9506
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Visit the link above to see all unreleased changes.

[comment]: # (Insert new version after this line)

## [0.1.1](https://github.com/cinnabar-forge/snapcrud/releases/tag/v0.1.1) — 2024-12-11

- fix package.json ([c7ddd32])

[c7ddd32]: https://github.com/cinnabar-forge/snapcrud/commit/c7ddd32


## [0.1.0](https://github.com/cinnabar-forge/snapcrud/releases/tag/v0.1.0) — 2024-12-11

- add bin ([9896850])
Expand Down Expand Up @@ -46,4 +53,4 @@ Visit the link above to see all unreleased changes.
[12cb521]: https://github.com/cinnabar-forge/snapcrud/commit/12cb521


[unreleased]: https://github.com/cinnabar-forge/snapcrud/compare/v0.1.0...HEAD
[unreleased]: https://github.com/cinnabar-forge/snapcrud/compare/v0.1.1...HEAD
4 changes: 2 additions & 2 deletions anca.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"cinnabarMeta": {
"dataVersion": 0,
"version": {
"latest": "0.1.0",
"timestamp": 1733928679
"latest": "0.1.1",
"timestamp": 1733945027
},
"files": [
{
Expand Down
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": "snapcrud",
"version": "0.1.0",
"version": "0.1.1",
"description": "A web-based database editor of specified tables and columns",
"keywords": [
"admin",
Expand Down
4 changes: 2 additions & 2 deletions src/cinnabar.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was generated by Cinnabar Meta. Do not edit.

export const CINNABAR_PROJECT_TIMESTAMP = 1733928679;
export const CINNABAR_PROJECT_VERSION = "0.1.0";
export const CINNABAR_PROJECT_TIMESTAMP = 1733945027;
export const CINNABAR_PROJECT_VERSION = "0.1.1";

0 comments on commit 3fa9506

Please sign in to comment.