diff --git a/fern/products/sdks/overview/typescript/publishing-to-npm.mdx b/fern/products/sdks/overview/typescript/publishing-to-npm.mdx
index d99496de..7b868997 100644
--- a/fern/products/sdks/overview/typescript/publishing-to-npm.mdx
+++ b/fern/products/sdks/overview/typescript/publishing-to-npm.mdx
@@ -3,12 +3,12 @@ title: Publishing to npm
description: How to publish the Fern TypeScript SDK to npm.
---
-Publish your public-facing Fern TypeScript SDK to the [npm
-registry](https://www.npmjs.com/). After following the steps on this page,
-you'll have a versioned package published on npm.
+Publish your public-facing Fern TypeScript SDK to the [npm registry](https://www.npmjs.com/). After following the steps on this page, you'll have a versioned package published on npm.
+
+Deep made a change!!!
-
+
@@ -35,7 +35,7 @@ you'll have a versioned package published on npm.
ts-sdk: # Group name for your TypeScript SDK
generators:
- name: fernapi/fern-typescript-sdk
- version:
+ version: 2.5.0
output:
location: npm
@@ -52,7 +52,7 @@ groups:
ts-sdk:
generators:
- name: fernapi/fern-typescript-sdk
- version:
+ version: 2.5.0
output:
location: npm
package-name: your-package-name
@@ -70,7 +70,7 @@ groups:
ts-sdk:
generators:
- name: fernapi/fern-typescript-sdk
- version:
+ version: 2.5.0
output:
location: npm
package-name: your-package-name
@@ -89,7 +89,7 @@ groups:
ts-sdk:
generators:
- name: fernapi/fern-typescript-sdk
- version:
+ version: 2.5.0
output:
location: npm
package-name: your-package-name
@@ -136,7 +136,7 @@ groups:
Save your new token – it won’t be displayed after you leave the page.
-
+
@@ -152,7 +152,7 @@ groups:
Save your new token – it won’t be displayed after you leave the page.
-
+
@@ -177,7 +177,7 @@ Set up a release workflow via [GitHub Actions](https://docs.github.com/en/action
Open your Fern repository in GitHub. Click on the **Settings** tab in your repository. Then, under the **Security** section, open **Secrets and variables** > **Actions**.
-
+
You can also use the url `https://github.com//settings/secrets/actions`.
@@ -191,7 +191,7 @@ Set up a release workflow via [GitHub Actions](https://docs.github.com/en/action
1. Click **Add secret**.
-
+
@@ -205,7 +205,7 @@ Set up a release workflow via [GitHub Actions](https://docs.github.com/en/action
1. Click **Add secret**.
-
+
@@ -248,7 +248,7 @@ Set up a release workflow via [GitHub Actions](https://docs.github.com/en/action
click **Run workflow**.
-
+
Once your workflow completes, log back into npm and
@@ -269,7 +269,7 @@ groups:
ts-sdk:
generators:
- name: fernapi/fern-typescript-sdk
- version:
+ version: 2.5.0
output:
location: npm
package-name: name-of-your-package