Skip to content

Commit

Permalink
feat(projects): Update to version v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jun 5, 2021
1 parent e361152 commit c612afe
Show file tree
Hide file tree
Showing 7 changed files with 4,028 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "5.2.0"
"version": "5.2.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This extension will inject norm errors inside your code. NormV2 friendly!",
"author": "aborboll (aborboll@student.42.fr)",
"license": "MIT",
"version": "5.2.0",
"version": "5.2.1",
"icon": "icon.png",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A norminette checker",
"author": "aborboll (aborboll@student.42.fr)",
"license": "MIT",
"version": "5.2.0",
"version": "5.2.1",
"publisher": "dalexhd",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/scrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v5.2.1](https://github.com/dalexhd/42-norminette/tree/v5.2.1) (2021-06-05)

[Full Changelog](https://github.com/dalexhd/42-norminette/compare/v5.2.0...v5.2.1)

:wrench: Updated Projects:

- Exam Rank 02: https://projects.intra.42.fr/projects/exam-rank-02
- Exam Rank 05: https://projects.intra.42.fr/projects/exam-rank-05
- Old-LibftASM: https://projects.intra.42.fr/projects/old-libftasm

## [v5.2.0](https://github.com/dalexhd/42-norminette/tree/v5.2.0) (2021-06-05)

[Full Changelog](https://github.com/dalexhd/42-norminette/compare/v5.1.0...v5.2.0)
Expand Down
4,014 changes: 4,013 additions & 1 deletion packages/scrapper/data/projects.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/scrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A norminette checker",
"author": "aborboll (aborboll@student.42.fr)",
"license": "MIT",
"version": "5.2.0",
"version": "5.2.1",
"publisher": "dalexhd",
"main": "src/index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@42-norminette/server",
"description": "42 Norminette server.",
"version": "5.2.0",
"version": "5.2.1",
"author": "aborboll (aborboll@student.42.fr)",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit c612afe

Please sign in to comment.