Skip to content

Commit

Permalink
create a changelog tweak perf tests to run off dist
Browse files Browse the repository at this point in the history
  • Loading branch information
derduher committed Jul 1, 2019
1 parent 6725191 commit 9331749
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 3.0.0
- Converted project to typescript
- properly encode URLs #179
- updated core dependency
## breaking changes
This will likely not break anyone's code but we're bumping to be safe
- root domain URLs are now suffixed with / (eg. https://www.ya.ru -> https://www.ya.ru/) This is a side-effect of properly encoding passed in URLs

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sitemap",
"version": "2.2.0",
"version": "3.0.0",
"description": "Sitemap-generating framework",
"keywords": [
"sitemap",
Expand Down
2 changes: 1 addition & 1 deletion tests/perf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
'use strict';

var sm = require('../index')
var sm = require('../dist/index')

var urls = require('./perf-data')
const { performance } = require('perf_hooks')
Expand Down

0 comments on commit 9331749

Please sign in to comment.