Skip to content

Commit fcadf57

Browse files
authored
Merge pull request #120 from datum-cloud/release-please--branches--main--components--datum.net
chore: release 1.0.0
2 parents 7548720 + c1054a9 commit fcadf57

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-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-
"datum.net": "0.0.0"
2+
"datum.net": "0.0.0",
3+
".": "1.0.0"
34
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-06-12)
4+
5+
## What's Changed
6+
* add more env to dockerfile by @AriaEdo in https://github.com/datum-cloud/datum.net/pull/106
7+
* Update deployment.yaml by @mustela in https://github.com/datum-cloud/datum.net/pull/107
8+
* remove env from dockerfile by @AriaEdo in https://github.com/datum-cloud/datum.net/pull/108
9+
* Tests by @ronggur in https://github.com/datum-cloud/datum.net/pull/110
10+
* change to bearer token by @AriaEdo in https://github.com/datum-cloud/datum.net/pull/112
11+
* fix warn precommit by @ronggur in https://github.com/datum-cloud/datum.net/pull/111
12+
* fix: add meta robot noindex nofollow by @ronggur in https://github.com/datum-cloud/datum.net/pull/115
13+
* fix: add version bump by @ronggur in https://github.com/datum-cloud/datum.net/pull/114
14+
* fix: version bump by @ronggur in https://github.com/datum-cloud/datum.net/pull/118
15+
* fix(deps): lock file maintenance npm dependencies by @renovate in https://github.com/datum-cloud/datum.net/pull/109
16+
* chore(deps): update datum-cloud/actions action to v1.5.0 by @renovate in https://github.com/datum-cloud/datum.net/pull/113
17+
* chore(deps): update docker/build-push-action action to v6.18.0 by @renovate in https://github.com/datum-cloud/datum.net/pull/116
18+
* fix: change release please action workflow by @ronggur in https://github.com/datum-cloud/datum.net/pull/119
19+
20+
21+
**Full Changelog**: https://github.com/datum-cloud/datum.net/compare/0.0.2...v1.0.0

package-lock.json

Lines changed: 4 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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,6 @@
9595
"npm run format:check",
9696
"npm run format"
9797
]
98-
}
98+
},
99+
"version": "1.0.0"
99100
}

0 commit comments

Comments
 (0)