Skip to content

Commit

Permalink
Merge pull request #24 from javierbrea/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
javierbrea committed Aug 27, 2020
2 parents 7e7bc80 + c881829 commit d9bb9c2
Show file tree
Hide file tree
Showing 6 changed files with 1,405 additions and 519 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
### Removed

## [1.0.1] - 2020-08-27
### Changed
- chore: Update dependencies

### Fixed
- docs: Fix typo

## [1.0.0] - 2020-06-13
### Added
- test(unit): Add unit tests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Examples of usage:

Read the [docs of the `boundaries/allowed-types` rule](docs/rules/allowed-types.md) for further info.

### Fordidden external modules
### Forbidden external modules

External dependencies used by each type of element in your project can be checked using this rule. For example, you can define that "helpers" can't import `react`, or "components" can't import `react-router-dom`.

Expand Down
Loading

0 comments on commit d9bb9c2

Please sign in to comment.