diff --git a/libraries/tokens/CHANGELOG.md b/libraries/tokens/CHANGELOG.md index ffbeeef41d..894e244382 100644 --- a/libraries/tokens/CHANGELOG.md +++ b/libraries/tokens/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.5.0] - 2020-11-26 +## [0.5.1] - 2020-11-26 ### Added diff --git a/libraries/tokens/package.json b/libraries/tokens/package.json index 2a515741ff..ebe4cb6d23 100644 --- a/libraries/tokens/package.json +++ b/libraries/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/eds-tokens", - "version": "0.5.0", + "version": "0.5.1", "description": "Design tokens for the Equinor Design System", "main": "dist/tokens.cjs.js", "module": "dist/tokens.esm.js",