Skip to content

Commit

Permalink
fixed typo in README and updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rocambille committed Aug 8, 2023
1 parent 888ade5 commit f5b61f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Fixed [issue #84](https://github.com/WildCodeSchool/js-template-fullstack/issues/84): provided lock files for `pnpm` and `yarn`, and fixed pre-commit hook to allow changes in root `package.json`. Thanks to [Ayoub Idrissi Ouedrhiri](https://github.com/ioayoub).

## [4.0.0] - 2023-07-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ git config --global core.autocrlf false

### Before you start

- To ensure compatibility and prevent conflicts, please consistently employ a **single** package manager: `npm` , `yarn`, or `pnpm`.
- To ensure compatibility and prevent conflicts, please consistently employ a **single** package manager: `npm`, `yarn`, or `pnpm`.

### Available Commands

Expand Down

0 comments on commit f5b61f5

Please sign in to comment.