# Updating
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.
