diff --git a/CHANGELOG.md b/CHANGELOG.md index b03cd55..3d8a20b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.2.7](https://github.com/andriytyurnikov/fractio-rem/compare/v0.2.6...v0.2.7) (2023-11-25) + ### [0.2.6](https://github.com/andriytyurnikov/fractio-rem/compare/v0.1.4...v0.2.6) (2023-11-25) ### [0.1.4](https://github.com/andriytyurnikov/fractio-rem/compare/v0.1.3...v0.1.4) (2023-11-25) diff --git a/package-lock.json b/package-lock.json index 4764029..0adab2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rubakas/fractio-rem", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rubakas/fractio-rem", - "version": "0.2.6", + "version": "0.2.7", "license": "MIT", "devDependencies": { "eslint": "^8.54.0", diff --git a/package.json b/package.json index c659403..d4a3cbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rubakas/fractio-rem", - "version": "0.2.6", + "version": "0.2.7", "description": "Fractional root element space and size scale", "main": "index.js", "scripts": {