From 6ffa95d701c3f68bde1825ef8a5cb4fa32ac48f0 Mon Sep 17 00:00:00 2001 From: Lev Chelyadinov Date: Fri, 28 May 2021 22:26:37 +0300 Subject: [PATCH] Make a minor version bump instead of a patch one --- CHANGELOG.md | 8 ++++---- attractions/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a23ebf44..f8351441e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ All notable changes to this project will be documented here. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -## [3.2.2] - 2021-05-28 +## [3.3.0] - 2021-05-28 -This release fixes a Sass deprecation. You'll have to bump your `sass` dependency to `>= 1.33.0` in order to upgrade to this version. +This release contains no new features but fixes a Sass deprecation. You'll have to bump your `sass` dependency to `>= 1.33.0` in order to upgrade to this version. ### Fixed @@ -162,8 +162,8 @@ Minor documentation and bug fixes. First stable release with proper documentation. Previous, undocumented, releases can be found in [the releases section](https://github.com/illright/attractions/releases). -[unreleased]: https://github.com/illright/attractions/compare/v3.2.2...HEAD -[3.2.2]: https://github.com/illright/attractions/releases/tag/v3.2.2 +[unreleased]: https://github.com/illright/attractions/compare/v3.3.0...HEAD +[3.3.0]: https://github.com/illright/attractions/releases/tag/v3.3.0 [3.2.1]: https://github.com/illright/attractions/releases/tag/v3.2.1 [3.2.0]: https://github.com/illright/attractions/releases/tag/v3.2.0 [3.1.0]: https://github.com/illright/attractions/releases/tag/v3.1.0 diff --git a/attractions/package.json b/attractions/package.json index dfa3831d4..9259d6e94 100644 --- a/attractions/package.json +++ b/attractions/package.json @@ -1,6 +1,6 @@ { "name": "attractions", - "version": "3.2.2", + "version": "3.3.0", "description": "A UI kit for Svelte", "homepage": "https://illright.github.io/attractions/", "bugs": "https://github.com/illright/attractions/issues",