Skip to content

Commit

Permalink
(feat) update CHANGELOG file with V1.8 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermeborgesbastos committed Mar 22, 2023
1 parent 9f34bc5 commit 077f30d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#[1.8.0](https://github.com/guilhermeborgesbastos/live-resume/releases/tag/v1.8) (2023-03-22)
###📃 release notes
- Upgrade to Angular 15.2.3;
- Upgrade to Typescript 4.8.4.

#[1.7.0](https://github.com/guilhermeborgesbastos/live-resume/releases/tag/v1.7) (2022-01-18)
###📃 release notes
- Upgrade to Angular 13.1.2;
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Get rid of your old and deprecated text resume by using the first **Open-source

## What is included❓

* A fully functional _Angular 13_ application with a customizable template and content;
* A fully functional _Angular 15_ application with a customizable template and content;
* Totally responsive for the mobile and desktop devices _(allow mobile gestures too... ;))_;
* Internationalization for English and Portuguese _(easy for adding/removing new languages - in18 lib)_;
* Mobile navigation sharing _(Share the resume with native apps like Whatsapp, LinkedIn, Facebook, etc...)_;
Expand All @@ -55,21 +55,21 @@ To get more help on the setup, customization or any other aspect, accessing the

> A video tutorial is also available [watch it](https://youtu.be/SmSCux_qx_Q) _[Video is outdated, use as guideline, if needed]_.
1. It is required to have Node.js with version _18.15.x_ or higher. To see what version of Node.js is installed on your machine type the following command in the terminal:
1. It is required to have Node.js with version _14.18.1_ or higher. To see what version of Node.js is installed on your machine type the following command in the terminal:
```
node -v
```

2. If you haven't installed Node.js in your machine then go to [this link](https://nodejs.org/en/download/) in order to install node.

3. It is required to have NPM with version _9.5_ or higher. To see what version of NPM is installed on your machine type the following command in the terminal:
3. It is required to have NPM with version _6.14.15_ or higher. To see what version of NPM is installed on your machine type the following command in the terminal:
```
npm -v
```

4. If you haven't installed NPM in your machine then go to [this link](https://www.npmjs.com/get-npm) in order to install NPM;

5. TypeScript version _4.8.x_ or later.
5. TypeScript version _4.8.4_ or later.

## 📥 Installing and Executing locally

Expand Down

0 comments on commit 077f30d

Please sign in to comment.