Skip to content

Commit

Permalink
v1.2.0 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLane committed Oct 15, 2023
1 parent 8b02950 commit 3e4b914
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 15-Oct-2023

### Changed

- Change node support to Node 18 and above
- Bump dev dependencies
- Introduce prettier for code formatting
- Introduce sinon for advanced tests to complete code coverage

## [1.1.4] - 10-Jan-2023

### Changed
Expand Down Expand Up @@ -37,6 +46,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Initial Release

[1.2.0]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.1.4...v1.2.0
[1.1.4]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.1.1...v1.1.2
Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "@andrewwlane/ssh-keygen2",
"version": "1.1.4",
"version": "1.2.0",
"description": "Automate ssh-keygen command for generating RSA keypairs",
"main": "index.js",
"devDependencies": {
Expand Down

0 comments on commit 3e4b914

Please sign in to comment.