Skip to content

Commit

Permalink
version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Jun 5, 2023
1 parent 8a16064 commit ea2b15b
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
@@ -1,3 +1,7 @@
# 2.1.1 (2023-06-05)

- `develop` option to deactivate a package without losing the corresponding configuration [sneridagh]

# 2.1.0 (2022-12-22)

- Parallelize the repository actions. For the case of large number of packages (ex: 40), there's a 20x speedup in operation [tiberiuichim]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mrs-developer",
"version": "2.1.0",
"version": "2.1.1",
"description": "manage NPM dependencies as Git repositories",
"bin": {
"missdev": "src/command.js"
Expand Down

0 comments on commit ea2b15b

Please sign in to comment.