Skip to content

Commit

Permalink
Merge pull request #524 from alexlee-dev/v5.6.1
Browse files Browse the repository at this point in the history
📦 v5.6.1
  • Loading branch information
Alex Lee committed Dec 4, 2020
2 parents 60181ac + dc54465 commit 1dcef31
Show file tree
Hide file tree
Showing 7 changed files with 10,106 additions and 30 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [5.6.1] - 2020-12-04

### Added

### Changed

### Removed

### Fixed

- Resume File Name - [523](https://github.com/alexlee-dev/portfolio/issues/523)

## [5.6.0] - 2020-12-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion cypress/integration/home.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ context("Home Page", () => {

// * Resume
cy.get('[data-cy="resume-link"]').then(($element) => {
expect($element.attr("href")).to.equal("/assets/Resume - Alex Lee.pdf");
expect($element.attr("href")).to.equal("/assets/resume-alex-lee.pdf");
});
});
});
Loading

0 comments on commit 1dcef31

Please sign in to comment.