Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLaneAtPowerSchool committed Jan 10, 2023
1 parent 36b737b commit 0d02967
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.1.4] - 10-Jan-2023

### Changed
- Version bumps and security fix in dependencies

## [1.1.3] - 28-Mar-2022

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

### Initial Release

[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
[1.1.1]: https://github.com/AndrewLane/ssh-keygen2/compare/v1.1.0...v1.1.1
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andrewwlane/ssh-keygen2",
"version": "1.1.3",
"version": "1.1.4",
"description": "Automate ssh-keygen command for generating RSA keypairs",
"main": "index.js",
"dependencies": {},
Expand Down Expand Up @@ -37,4 +37,4 @@
"bugs": {
"url": "https://github.com/AndrewLane/ssh-keygen2/issues"
}
}
}

0 comments on commit 0d02967

Please sign in to comment.