Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
v4.2.0 - add npm version workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulathevalley committed Oct 31, 2016
1 parent 4f8f4b9 commit e4a0e90
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docs Archetype

# Unreleased
# 4.2.0 (2016 Oct 31)
* Add `npm version` workflow support + docs.

# 4.1.2 (2016 Sept 16)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sure that you have a very modern `npm` binary:
$ npm install -g npm
```

Built files in `build/` should **not** be committeed during development or PRs.
Built files in `build/` should **not** be committed during development or PRs.
Instead we _only_ build and commit them for published, tagged releases. So
the basic workflow is:

Expand Down
2 changes: 1 addition & 1 deletion dev/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ sure that you have a very modern `npm` binary:
$ npm install -g npm
```

Built files in `build/` should **not** be committeed during development or PRs.
Built files in `build/` should **not** be committed during development or PRs.
Instead we _only_ build and commit them for published, tagged releases. So
the basic workflow is:

Expand Down
4 changes: 2 additions & 2 deletions dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "builder-docs-archetype-dev",
"version": "4.1.2",
"version": "4.2.0",
"description": "An archetype for building static landing/documentation pages for our projects. (Development)",
"main": "index.js",
"scripts": {},
Expand Down Expand Up @@ -33,4 +33,4 @@
},
"homepage": "https://github.com/FormidableLabs/builder-docs-archetype#readme",
"peerDependencies": {}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "builder-docs-archetype",
"version": "4.1.2",
"version": "4.2.0",
"description": "An archetype for building static landing/documentation pages for our projects.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e4a0e90

Please sign in to comment.