Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

chore(release): publish packages #634

Merged
merged 1 commit into from
Apr 1, 2024
Merged
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
16 changes: 16 additions & 0 deletions packages/one-app-server-bundler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.4](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-03-29)


### Bug Fixes

* transpile cjs files ([#633](https://github.com/americanexpress/one-app-cli/issues/633)) ([c5e3968](https://github.com/americanexpress/one-app-cli/commit/c5e3968221aba52d95e94a0da273ef6fb4d0ec36))


### Performance Improvements

* **one-app-server-bundler:** serve-module read and write the module map once ([#623](https://github.com/americanexpress/one-app-cli/issues/623)) ([391a390](https://github.com/americanexpress/one-app-cli/commit/391a390d2c27d4343763d9a5e109b9056302ce3d))





## [1.0.3](https://github.com/americanexpress/one-app-cli/compare/@americanexpress/[email protected]...@americanexpress/[email protected]) (2024-03-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/one-app-server-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@americanexpress/one-app-server-bundler",
"version": "1.0.3",
"version": "1.0.4",
"description": "A command line interface(CLI) tool for bundling the One App server.",
"main": "index.js",
"bin": {
Expand Down
Loading