2021-10-17 18:26:00 +02:00
|
|
|
---
|
|
|
|
title: version
|
|
|
|
---
|
2021-08-25 16:09:31 +02:00
|
|
|
|
2022-02-05 17:44:23 +01:00
|
|
|
The `version` key in the pattern configuration holds the version
|
|
|
|
of the pattern. For a pattern that is published as an NPM package
|
|
|
|
this is typically the same version as set in the `package.json` file.
|
|
|
|
|
|
|
|
## Structure
|
|
|
|
|
|
|
|
A string that holds a valid semantic version number.
|
|
|
|
|
|
|
|
## Example
|
|
|
|
|
2022-02-19 08:04:25 +01:00
|
|
|
version: "0.3.1"
|