# Updating

Update Thulite SEO to the latest release with npm, pnpm, Yarn, or bun, and review release notes to understand changes before deployment.
Update Thulite SEO the same way you update any `@thulite/*` integration or template package.

## Update to the latest version

{{< tabs "update-images" >}}
{{< tab "npm" >}}

```bash
npm install @thulite/seo@latest
```

{{< /tab >}}
{{< tab "pnpm" >}}

```bash
pnpm upgrade @thulite/seo --latest
```

{{< /tab >}}
{{< tab "Yarn" >}}

```bash
yarn upgrade @thulite/seo --latest
```

{{< /tab >}}
{{< tab "bun" >}}

```bash
bun update @thulite/seo --latest
```

{{< /tab >}}
{{< /tabs >}}

## Review release notes

See the [Thulite SEO releases](https://github.com/thuliteio/seo/releases) for a complete list of changes in each version.
