Skip to content

Commit

Permalink
v0.9.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Aug 27, 2019
1 parent 592395a commit 3874360
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/coverage.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Code Coverage for Eleventy v0.9.0-beta.3
# Code Coverage for Eleventy v0.9.0

| Filename | % Lines | % Statements | % Functions | % Branches |
| ---------------------------------------------------------- | ------- | ------------ | ----------- | ---------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/meta-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Release Procedure

1. update minor dependencies in package.json?
1. update minor dependencies in package.json? `npm outdated` `npm update --save`
1. npmclean first
1. npm audit
1. Update version in `package.json`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@11ty/eleventy",
"version": "0.9.0-beta.3",
"version": "0.9.0",
"description": "Transform a directory of templates into HTML.",
"main": "src/Eleventy.js",
"license": "MIT",
Expand Down Expand Up @@ -116,4 +116,4 @@
},
"pre-commit": "lint-staged",
"pre-push": "test"
}
}

0 comments on commit 3874360

Please sign in to comment.