Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Dec 7, 2021
1 parent 3557157 commit 5d7fcba
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@




## v0.2.1 (2021-12-07)

#### :bug: Bug Fix
* `ember-build-prerender`, `test-app`
* [#11](https://github.com/mydea/ember-prerender/pull/11) Ensure we remove the prerender config from the empty file ([@mydea](https://github.com/mydea))

#### :house: Internal
* [#12](https://github.com/mydea/ember-prerender/pull/12) Skip test-app for release-it config ([@mydea](https://github.com/mydea))

#### Committers: 1
- Francesco Novy ([@mydea](https://github.com/mydea))

## v0.2.0 (2021-12-07)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"private": true,
"repository": "https://github.com/mydea/ember-prerender",
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-build-prerender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-build-prerender",
"version": "0.2.0",
"version": "0.2.1",
"description": "Prerender Ember pages with Puppeeter.",
"keywords": [
"ember-addon"
Expand Down
4 changes: 2 additions & 2 deletions packages/ember-cli-deploy-prerender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-deploy-prerender",
"version": "0.2.0",
"version": "0.2.1",
"description": "A plugin for ember-cli-deploy to prerender pages as static HTML.",
"keywords": [
"ember-addon",
Expand All @@ -20,7 +20,7 @@
"dependencies": {
"chalk": "^1.0.0",
"ember-cli-deploy-plugin": "^0.2.1",
"ember-build-prerender": "0.2.0",
"ember-build-prerender": "0.2.1",
"glob": "^7.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit 5d7fcba

Please sign in to comment.