Skip to content

Commit

Permalink
chore(release): v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPotatoMan committed Apr 3, 2024
1 parent 2876f0d commit 7082367
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Changelog


## v0.0.1


### 🚀 Enhancements

- Add base logic ([81dcac0](https://github.com/dapotatoman/msoffice-addin/commit/81dcac0))
- Improve implementation ([d0d4793](https://github.com/dapotatoman/msoffice-addin/commit/d0d4793))

### 🩹 Fixes

- Add /vite export ([8d99729](https://github.com/dapotatoman/msoffice-addin/commit/8d99729))
- Vite plugin ([54fd347](https://github.com/dapotatoman/msoffice-addin/commit/54fd347))
- Lint issues ([2876f0d](https://github.com/dapotatoman/msoffice-addin/commit/2876f0d))

### 💅 Refactors

- Rename ManifestEntry `output` to `route` ([5de3b42](https://github.com/dapotatoman/msoffice-addin/commit/5de3b42))
- OFFICE_JS_LOADER_SNIPPET ([0f2f003](https://github.com/dapotatoman/msoffice-addin/commit/0f2f003))
- Rename `injectRoutes` to `injectOfficeJS` ([d838920](https://github.com/dapotatoman/msoffice-addin/commit/d838920))
- Playground structure ([1a49a08](https://github.com/dapotatoman/msoffice-addin/commit/1a49a08))

### 🏡 Chore

- Add base project ([13acba1](https://github.com/dapotatoman/msoffice-addin/commit/13acba1))
- Add renovate config ([6b5a27d](https://github.com/dapotatoman/msoffice-addin/commit/6b5a27d))
- Update .env/manifest.xml ([b51c832](https://github.com/dapotatoman/msoffice-addin/commit/b51c832))
- Rename `inputs` param to `manifests` ([0bad4f0](https://github.com/dapotatoman/msoffice-addin/commit/0bad4f0))
- Rename module configKey to `msOfficeAddin` ([c3ec9b7](https://github.com/dapotatoman/msoffice-addin/commit/c3ec9b7))
- Update docs/metadata ([d15af93](https://github.com/dapotatoman/msoffice-addin/commit/d15af93))
- Add playground-vite example ([088f638](https://github.com/dapotatoman/msoffice-addin/commit/088f638))
- Update vite docs ([7c8fcd6](https://github.com/dapotatoman/msoffice-addin/commit/7c8fcd6))

### ❤️ Contributors

- Dapotatoman <iam.fahadul@gmail.com>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "msoffice-addin",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"description": "Microsoft office addin module for Nuxt abd vite",
"author": "Fahadul Islam @dapotatoman",
"license": "MIT",
Expand Down Expand Up @@ -60,4 +60,4 @@
"office-addin-validator": "^1.0.5",
"vitest": "^1.4.0"
}
}
}

0 comments on commit 7082367

Please sign in to comment.