Skip to content

Commit 2b37b71

Browse files
chore(release): publish version 2.1.1
1 parent 09ae79f commit 2b37b71

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
44

5+
## [2.1.1](https://github.com/unsass/breakpoint/compare/v2.1.0...v2.1.1) (2022-07-22)
6+
7+
8+
### Bug Fixes
9+
10+
* remove unneeded dependencies ([09ae79f](https://github.com/unsass/breakpoint/commit/09ae79f3d8c59544e3d67fb27f2a3b37b90525ee))
11+
512
## [2.1.0](https://github.com/unsass/breakpoint/compare/v2.0.0...v2.1.0) (2022-06-14)
613

714

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unsass/breakpoint",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Easily manage your CSS breakpoint rules.",
55
"scripts": {
66
"lint:css": "stylelint --fix \"**/*.scss\"",

0 commit comments

Comments
 (0)