Skip to content

Commit a3b1f8a

Browse files
chore(main): release 1.0.2 (#8)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent ceaf561 commit a3b1f8a

File tree

4 files changed

+18
-6
lines changed

4 files changed

+18
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.0.2"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/open-feature/slidev-open-feature/compare/v1.0.1...v1.0.2) (2026-04-10)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* publishing again ([ceaf561](https://github.com/open-feature/slidev-open-feature/commit/ceaf5614d1dee87345c5621dd7ce1fac50b32397))
9+
10+
11+
### 🧹 Chore
12+
13+
* publishing fixes ([1419e85](https://github.com/open-feature/slidev-open-feature/commit/1419e8541e6805822bd6adec686e67e9704bc6a8))
14+
315
## [1.0.1](https://github.com/open-feature/slidev-open-feature/compare/v1.0.0...v1.0.1) (2026-04-10)
416

517

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openfeature/slidev-theme-open-feature",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"type": "module",
55
"keywords": [
66
"slidev-theme",
@@ -10,8 +10,8 @@
1010
"node": ">=18.0.0"
1111
},
1212
"publishConfig": {
13-
"access": "public",
14-
"provenance": true
13+
"access": "public",
14+
"provenance": true
1515
},
1616
"scripts": {
1717
"build": "slidev build example.md",

0 commit comments

Comments
 (0)