From f2df5d834802298e066e2b5d2cff9d2cbe24c04b Mon Sep 17 00:00:00 2001 From: Andriy Tyurnikov Date: Sun, 3 Mar 2024 18:05:46 +0200 Subject: [PATCH] chore(release): 1.0.1 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36a1291..ea0d4f3 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. +### [1.0.1](https://github.com/andriytyurnikov/rubakas-media-responsum/compare/v0.1.4...v1.0.1) (2024-03-03) + ### [0.1.4](https://github.com/andriytyurnikov/rubakas-media-responsum/compare/v0.1.3...v0.1.4) (2024-01-02) ### [0.1.3](https://github.com/andriytyurnikov/rubakas-media-responsum/compare/v0.1.2...v0.1.3) (2024-01-02) diff --git a/package-lock.json b/package-lock.json index 0887bb4..ab72a2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rubakas/media-responsum", - "version": "0.1.4", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rubakas/media-responsum", - "version": "0.1.4", + "version": "1.0.1", "license": "MIT", "devDependencies": { "eslint": "^8.56.0", diff --git a/package.json b/package.json index 3931535..e601c37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rubakas/media-responsum", - "version": "1.0.0", + "version": "1.0.1", "description": "Responsive breakpoints per device form-factor", "main": "index.js", "scripts": {