Skip to content

Commit

Permalink
Merge pull request #25 from javierbrea/release
Browse files Browse the repository at this point in the history
chore(release): Downgrade version as 1.0.1 was not published
  • Loading branch information
javierbrea authored Dec 21, 2020
2 parents 3cb7f41 + 3f8e32d commit aa6f786
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Removed
### BREAKING CHANGES

## [1.0.2] - 2020-12-21
## [1.0.1] - 2020-12-21
### Added
- chore(ci): Run tests in Windows OS in pipeline

Expand All @@ -24,10 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- fix: Define imports on Windows using also / as path separator (#22)

## [1.0.1] - 2020-01-26
### Changed
- Update dependencies

## [1.0.0] - 2019-06-18
### Added
- First release
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,7 +1,7 @@
{
"name": "node-sass-alias-importer",
"description": "Node sass importer supporting custom alias for directories or specific files",
"version": "1.0.2",
"version": "1.0.1",
"keywords": [
"node-sass",
"sass",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.organization=javierbrea
sonar.projectKey=node-sass-alias-importer
sonar.projectVersion=1.0.2
sonar.projectVersion=1.0.1

sonar.javascript.file.suffixes=.js
sonar.sourceEncoding=UTF-8
Expand Down

0 comments on commit aa6f786

Please sign in to comment.