# UpdatingUpdate Thulite SVG to the latest release with npm, pnpm, Yarn, or bun, then review release notes to confirm changes and avoid upgrade surprises.
Update Thulite SVG the same way you update any `@thulite/*` integration or template package.

## Update to the latest version

{{< tabs "update-inline-svg" >}}
{{< tab "npm" >}}

```bash
npm install @thulite/inline-svg@latest
```

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

```bash
pnpm upgrade @thulite/inline-svg --latest
```

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

```bash
yarn upgrade @thulite/inline-svg --latest
```

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

```bash
bun update @thulite/inline-svg --latest
```

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

## Review release notes

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