Skip to content

Commit

Permalink
chore(release): publish version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jun 10, 2022
1 parent 1f6e60f commit 4c6b23e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [2.0.0](https://github.com/unsass/rem/compare/v1.1.0...v2.0.0) (2022-06-10)


### ⚠ BREAKING CHANGES

* move main files on `src` folder
* **deps:** bump to `@unsass/css` 2.0.2

* **deps:** bump to `@unsass/css` 2.0.2 ([5f4ca0a](https://github.com/unsass/rem/commit/5f4ca0ae098e118ba602d8c07c8da0e5d96a8b79))


### Code Refactoring

* move main files on `src` folder ([8820fc9](https://github.com/unsass/rem/commit/8820fc91560f990f703cbc58d153ba12d7d6eee1))

## [1.1.0](https://github.com/unsass/rem/compare/v1.0.0...v1.1.0) (2022-03-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unsass/rem",
"version": "1.1.0",
"version": "2.0.0",
"description": "Easily manage your rem conversion.",
"scripts": {
"lint:css": "stylelint --fix \"**/*.scss\"",
Expand Down

0 comments on commit 4c6b23e

Please sign in to comment.