Skip to content

Commit 1112635

Browse files
chore(release): publish 1.0.0 [skip ci]
1 parent 63fda6f commit 1112635

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 1.0.0 (2024-01-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** upgrade node dependencies 73e74c2
7+
* **remix-adapter:** update jsdocs and types da375a7
8+
9+
10+
### Features
11+
12+
* **adapter:** implement remix.run azure adapter 1cdaa77
13+
* **create-remix-azure-adapter:** support asynchronous getLoadContext f1503b3
14+
* **create-remix-azure-adapter:** support asynchronous getLoadContext 90da3a2
15+
* **packages:** add the create-remix-azure-adapter package ([#58](https://github.com/scandinavianairlines/remix-azure-functions/issues/58)) 033c5ce
16+
* **rename:** remove 'adg' prefix from package name c197b97
17+
* **types:** generate types on pre-publish 6ea55aa

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scandinavianairlines/remix-azure-functions",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"description": "A package that adapts requests between Azure Functions and Remix.run",
55
"keywords": [
66
"adapter",

0 commit comments

Comments
 (0)