Skip to content

Commit

Permalink
superman
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgtho committed Mar 20, 2022
1 parent 15e35f3 commit edb9901
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ const yep = [
console.log('This is a change too yes - indeeed')

console.log('not a breaking change')
console.log('not a breaking change')
console.log('not a breaking change')


/*
yep.sort((a, b) => new Date(b.published_at) - new Date(a.published_at))
Expand Down

0 comments on commit edb9901

Please sign in to comment.