Skip to content

Commit

Permalink
Release 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
knownasilya committed Apr 26, 2022
1 parent 46661c3 commit 0e14f12
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog


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

#### :rocket: Enhancement
* [#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))

#### :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: 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))

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

#### :boom: Breaking Change
Expand Down
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 0e14f12

Please sign in to comment.