Skip to content

Commit 9e68d38

Browse files
authored
Merge pull request #16 from ReforgeHQ/mfaga-fix-bundle
fix: include the dist/reforge.bundle.js in our published NPM package
2 parents 5ca9021 + 6b4f833 commit 9e68d38

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
${{ runner.os }}-yarn-
7676
- run: yarn install --immutable
7777
- run: yarn build
78+
- run: yarn bundle
7879
- name: Publish to npm
7980
run: |
8081
if [ "${{ needs.check-version.outputs.is-prerelease }}" == "true" ]; then

CHANGELOG.md

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

3+
## 0.0.2 - 2025-10-30
4+
5+
- fix: include the dist/reforge.bundle.js in our published NPM package
6+
37
## 0.0.1 - 2025-10-01
48

59
- Official patch release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packageManager": "yarn@4.9.2",
33
"name": "@reforge-com/javascript",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Feature Flags & Dynamic Configuration as a Service",
66
"main": "dist/index.cjs",
77
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)