Skip to content

Commit

Permalink
v1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Feb 12, 2021
1 parent e478080 commit 597c0e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased][]

## [1.14.1][] - 2021-02-12

### Fixed

- Removing jest warning for typescript configuration in `jest.config.js`
Expand Down Expand Up @@ -405,3 +407,7 @@ if (PerfMarks.isPerformanceObservableSupported) {
[1.13.4]: https://github.com/willmendesneto/perf-marks/tree/v1.13.4
[unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.14.0...HEAD
[1.14.0]: https://github.com/willmendesneto/perf-marks/tree/v1.14.0


[Unreleased]: https://github.com/willmendesneto/perf-marks/compare/v1.14.1...HEAD
[1.14.1]: https://github.com/willmendesneto/perf-marks/tree/v1.14.1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perf-marks",
"version": "1.14.0",
"version": "1.14.1",
"author": "Will Mendes <willmendesneto@gmail.com>",
"description": "The simplest and lightweight solution for User Timing API in Javascript.",
"repository": {
Expand Down

0 comments on commit 597c0e2

Please sign in to comment.