Skip to content

Commit

Permalink
chore(all): prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 28, 2020
1 parent c823413 commit 13d740f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/tasks/prepare-release.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gulp.task('bump-version', function(){

gulp.task('prepare-release', function(callback){
return runSequence(
'format',
// 'format',
'build',
'lint',
'bump-version',
Expand Down
15 changes: 15 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/aurelia/pal-nodejs/compare/1.2.0...2.0.0) (2020-02-28)


### Bug Fixes

* **platform:** type mismatch ([c823413](https://github.com/aurelia/pal-nodejs/commit/c823413))


### Features

* update jsdom v15.0.0 to improve compatibility of browser simulation ([dfc8b36](https://github.com/aurelia/pal-nodejs/commit/dfc8b36)), closes [aurelia/cli#1019](https://github.com/aurelia/cli/issues/1019)



<a name="1.1.1"></a>
## [1.1.1](https://github.com/aurelia/pal-nodejs/compare/1.1.0...1.1.1) (2018-06-12)

Expand Down
2 changes: 1 addition & 1 deletion doc/api.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"aurelia-pal-nodejs","children":[{"id":4,"name":"globalize","kind":64,"kindString":"Function","flags":{"isExported":true},"signatures":[{"id":5,"name":"globalize","kind":4096,"kindString":"Call signature","flags":{},"comment":{"tags":[{"tag":"description","text":"initializes and makes variables like 'window' into NodeJS globals\n"}]},"type":{"type":"reference","name":"Global"}}],"sources":[{"fileName":"index.d.ts","line":9,"character":33}]},{"id":2,"name":"initialize","kind":64,"kindString":"Function","flags":{"isExported":true},"signatures":[{"id":3,"name":"initialize","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Initializes the PAL with the NodeJS-targeted implementation."},"type":{"type":"instrinct","name":"void"}}],"sources":[{"fileName":"index.d.ts","line":5,"character":34}]},{"id":6,"name":"reset","kind":64,"kindString":"Function","flags":{"isExported":true},"signatures":[{"id":7,"name":"reset","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":8,"name":"window","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"reference","name":"Window"}}],"type":{"type":"instrinct","name":"void"}}],"sources":[{"fileName":"index.d.ts","line":10,"character":29}]}],"groups":[{"title":"Functions","kind":64,"children":[4,2,6]}]}
{"name":"aurelia-pal-nodejs","children":[{"id":4,"name":"globalize","kind":64,"kindString":"Function","flags":{"isExported":true},"signatures":[{"id":5,"name":"globalize","kind":4096,"kindString":"Call signature","flags":{},"comment":{"tags":[{"tag":"description","text":"initializes and makes variables like 'window' into NodeJS globals\n"}]},"type":{"type":"reference","name":"Global"}}],"sources":[{"fileName":"index.d.ts","line":10,"character":33}]},{"id":2,"name":"initialize","kind":64,"kindString":"Function","flags":{"isExported":true},"signatures":[{"id":3,"name":"initialize","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Initializes the PAL with the NodeJS-targeted implementation."},"type":{"type":"intrinsic","name":"void"}}],"sources":[{"fileName":"index.d.ts","line":6,"character":34}]},{"id":6,"name":"reset","kind":64,"kindString":"Function","flags":{"isExported":true},"signatures":[{"id":7,"name":"reset","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":8,"name":"window","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"reference","name":"Window"}}],"type":{"type":"intrinsic","name":"void"}}],"sources":[{"fileName":"index.d.ts","line":11,"character":29}]}],"groups":[{"title":"Functions","kind":64,"children":[4,2,6]}]}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-pal-nodejs",
"version": "1.2.0",
"version": "2.0.0",
"description": "The Node.js-specific implementation of Aurelia's platform abstraction layer.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 13d740f

Please sign in to comment.