Skip to content

Commit

Permalink
Release 11.0.1 (#229)
Browse files Browse the repository at this point in the history
* Release 11.0.1

* chore: fix changelog
  • Loading branch information
knownasilya authored Apr 26, 2022
1 parent 46661c3 commit 157b1a7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v11.0.1 (2022-04-26)

#### :house: Internal

- [#221](https://github.com/adopted-ember-addons/ember-cli-sass/pull/221) chore: remove usage of bower ([@knownasilya](https://github.com/knownasilya))
- [#227](https://github.com/adopted-ember-addons/ember-cli-sass/pull/227) Bump tmpl from 1.0.4 to 1.0.5 ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#226](https://github.com/adopted-ember-addons/ember-cli-sass/pull/226) Bump tar from 4.4.1 to 4.4.19 ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#225](https://github.com/adopted-ember-addons/ember-cli-sass/pull/225) Bump mout from 1.1.0 to 1.2.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#224](https://github.com/adopted-ember-addons/ember-cli-sass/pull/224) Bump lodash from 4.17.10 to 4.17.21 ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#223](https://github.com/adopted-ember-addons/ember-cli-sass/pull/223) Bump follow-redirects from 1.5.8 to 1.14.9 ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#222](https://github.com/adopted-ember-addons/ember-cli-sass/pull/222) chore: add release-it and release v11 ([@knownasilya](https://github.com/knownasilya))

#### Committers: 1

- Ilya Radchenko ([@knownasilya](https://github.com/knownasilya))

## v11.0.0 (2022-04-25)

#### :boom: Breaking Change
Expand All @@ -8,4 +24,12 @@

#### :rocket: Enhancement

- [#220](https://github.com/adopted-ember-addons/ember-cli-sass/pull/220) Only rebuild on changes to (sass|scss|css) files
- [#220](https://github.com/adopted-ember-addons/ember-cli-sass/pull/220) Only rebuild on changes to (sass|scss|css) files ([@rohitpaulk](https://github.com/rohitpaulk))

#### Committers: 5

- Francesco Novy ([@mydea](https://github.com/mydea))
- Gabriel Csapo ([@gabrielcsapo](https://github.com/gabrielcsapo))
- Ilya Radchenko ([@knownasilya](https://github.com/knownasilya))
- Paul Kuruvilla ([@rohitpaulk](https://github.com/rohitpaulk))
- Simon Wade ([@simonexmachina](https://github.com/simonexmachina))
2 changes: 1 addition & 1 deletion 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": "ember-cli-sass",
"version": "11.0.0",
"version": "11.0.1",
"description": "Use Sass to preprocess your ember-cli app's files, with support for sourceMaps and include paths",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 157b1a7

Please sign in to comment.