Skip to content

Commit a01faa7

Browse files
author
Tom Berey
committed
Ver:1.0.7--Minor-Updates
1 parent fea2304 commit a01faa7

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ This is a simple and easy to use logging tool, that is also light-weight. It str
7373
### Tech Stack
7474
* [TypeScript](https://www.typescriptlang.org/) - Write in TypeScript (or JS), Compiles down to JavaScript.
7575
* [Nodejs](https://nodejs.org/en/) - Node Runtime Environment.
76-
* [fs](https://nodejs.org/api/fs.html) - Asynchronous File Sytem methods.
76+
* [fs](https://nodejs.org/api/fs.html) - Asynchronous File System methods.
7777
* [ESLint](https://eslint.org/) - Code Parsing, Styling & Error Checking.
7878
* Tested with [Mocha-Chai](https://mochajs.org/) - Testing with Mocha Framework, using the Chai Library.
7979

@@ -145,10 +145,11 @@ Below is the refined and confirmed roadmap, that has been planned for completion
145145

146146
| Version | Date | Changes |
147147
|:---|:---|:---|
148-
| 1.0.0 | 2021-07-09 | <ul><li>Initial Commit - Release Day!</li><li>Add inital directory structure and files.</li><li>Add Screenshots directory, and images.</li><li>Create and format README.md</li></ul> |
149-
| 1.0.1, 1.0.2, 1.0.3 | 2021-07-14 | <ul><li>NPM Package Release Day!</li><li>Update all dependancies.</li><li>Remove old test commands from package.json and codeql.yml.</li><li>Update README.md.</li></ul> |
150-
| 1.0.4, 1.0.5 | 2021-07-14 | <ul><li>NPM Package Release Day!</li><li>Remove files and folders that are unecessary to npm.</li><li>Update README.md.</li></ul> |
148+
| 1.0.0 | 2021-07-09 | <ul><li>Initial Commit - Release Day!</li><li>Add initial directory structure and files.</li><li>Add Screenshots directory, and images.</li><li>Create and format README.md</li></ul> |
149+
| 1.0.1, 1.0.2, 1.0.3 | 2021-07-14 | <ul><li>NPM Package Release Day!</li><li>Update all dependencies.</li><li>Remove old test commands from package.json and codeql.yml.</li><li>Update README.md.</li></ul> |
150+
| 1.0.4, 1.0.5 | 2021-07-14 | <ul><li>NPM Package Release Day!</li><li>Remove files and folders that are unnecessary to npm.</li><li>Update README.md.</li></ul> |
151151
| 1.0.6 | 2021-07-16 | <ul><li>Update package.json</li><li>Add npm keywords.</li><li>Update README.md.</li></ul> |
152+
| 1.0.7 | 2021-08-03 | <ul><li>Update linked in url, in README.md.</li></ul> |
152153

153154
<br><hr><br>
154155

@@ -176,7 +177,7 @@ Contributions are welcomed and, of course, **greatly appreciated**.
176177
* [Issues & Requests.][issues-url]
177178
* [My Other Projects.](https://github.com/tberey?tab=repositories)
178179
* [Personal Website.](https://tberey.github.io/)
179-
* [Linked In.](https://uk.linkedin.com/in/thomas-berey-2a1860129)
180+
* [Linked In.](https://uk.linkedin.com/in/thomas-berey)
180181

181182
<br>
182183

@@ -204,5 +205,5 @@ Contributions are welcomed and, of course, **greatly appreciated**.
204205
[issues-shield]: https://img.shields.io/github/issues/tberey/simple-txt-logger.svg
205206
[issues-url]: https://github.com/tberey/simple-txt-logger/issues
206207
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?logo=linkedin&colorB=555
207-
[linkedin-url]: https://uk.linkedin.com/in/thomas-berey-2a1860129
208+
[linkedin-url]: https://uk.linkedin.com/in/thomas-berey
208209
[project-url]: https://github.com/tberey/simple-txt-logger/projects

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-txt-logger",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "simple-txt-logger",
55
"homepage": "https://github.com/tberey/simple-txt-logger#readme",
66
"repository": {

0 commit comments

Comments
 (0)