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

Commit

Permalink
version bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulathevalley committed Sep 16, 2016
1 parent d079110 commit 53031f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Docs Archetype

# 4.1.0 (2016 Sept 16)
* Add support for CSS files; extract into `styles.[hash].css` file for the static build
* Add loader for JPG files

# 4.0.0 (2016 Sept 9)
* Upgrade Webpack to 1.13.2 (potentially a breaking change)

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.0.0",
"version": "4.1.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.0.0",
"version": "4.1.0",
"description": "An archetype for building static landing/documentation pages for our projects.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 53031f8

Please sign in to comment.