Skip to content

Commit b061c39

Browse files
Merge pull request #137 from sebastienrousseau/feat/password-generator
feat(password-generator): v1.1.1
2 parents 4790ae8 + 92e4e45 commit b061c39

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+5543
-2574
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Password Generator
88
# https://password-generator.pro/
99
#
10-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
10+
# Copyright (c) Sebastien Rousseau 2022 - 2023. All rights reserved
1111
# Licensed under the MIT license
1212
#
1313
# http://editorconfig.org

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Password Generator
88
# https://password-generator.pro/
99
#
10-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
10+
# Copyright (c) Sebastien Rousseau 2022 - 2023. All rights reserved
1111
# Licensed under the MIT license
1212
#
1313

.github/funding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Password Generator
88
# https://password-generator.pro/
99
#
10-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
10+
# Copyright (c) Sebastien Rousseau 2022 - 2023. All rights reserved
1111
# Licensed under the MIT license
1212
#
1313

.github/workflows/codacy-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Password Generator
88
# https://password-generator.pro/
99
#
10-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
10+
# Copyright (c) Sebastien Rousseau 2022 - 2023. All rights reserved
1111
# Licensed under the MIT license
1212
#
1313

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Password Generator
88
# https://password-generator.pro/
99
#
10-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
10+
# Copyright (c) Sebastien Rousseau 2022 - 2023. All rights reserved
1111
# Licensed under the MIT license
1212
#
1313

.npmrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
# Password Generator
88
# https://password-generator.pro/
99
#
10-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
10+
# Copyright (c) Sebastien Rousseau 2022 - 2023. All rights reserved
1111
# Licensed under the MIT license
1212
#
1313

14+
auto-install-peers = true
15+
1416
registry=https://registry.npmjs.org/
1517
@sebastienrousseau:registry=https://registry.npmjs.org/

COPYRIGHT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
* Password Generator v1.0.0
33
* https://password-generator.pro
44
*
5-
* Copyright (c) Sebastien Rousseau 2022. All rights reserved
5+
* Copyright (c) Sebastien Rousseau 2022 - 2023. All rights reserved
66
* Licensed under the MIT license
77
*/

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright © Sebastien Rousseau 2022. All rights reserved.
3+
Copyright © Sebastien Rousseau 2022 - 2023. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Password Generator
88
# https://password-generator.pro/
99
#
10-
# Copyright (c) Sebastien Rousseau 2022. All rights reserved
10+
# Copyright (c) Sebastien Rousseau 2022 - 2023. All rights reserved
1111
# Licensed under the MIT license
1212
#
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A fast, simple and powerful open-source utility tool for generating strong, unique and random passwords. Password Generator is free to use as a secure password generator on any computer, phone, or tablet.
66

77
[![Getting Started](https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/assets/button-primary.svg)](#installation)
8-
[![Download the Password Generator Tool v1.1.0](https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/assets/button-secondary.svg)](https://github.com/sebastienrousseau/password-generator/archive/refs/tags/1.1.0.zip)
8+
[![Download the Password Generator Tool v1.1.1](https://raw.githubusercontent.com/sebastienrousseau/password-generator/master/assets/button-secondary.svg)](https://github.com/sebastienrousseau/password-generator/archive/refs/tags/1.1.1.zip)
99

1010
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0acb169c95e443729551979e0fd86eaf)](https://www.codacy.com?utm_source=github.com&utm_medium=referral&utm_content=sebastienrousseau/password-generator&utm_campaign=Badge_Grade)
1111
[![npm](https://img.shields.io/npm/v/@sebastienrousseau/password-generator.svg?style=flat&color=success)](https://www.npmjs.com/package/@sebastienrousseau/password-generator)

0 commit comments

Comments
 (0)