Skip to content

Commit

Permalink
Bump version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fkling committed Dec 27, 2016
1 parent 2170754 commit 4ccb505
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ releases](https://github.com/facebookincubator/exerslide/releases) only reflect
the status of the `exerslide` package. To save space, `exerslide-plugin-*`
prefix is omitted from package names

## exerslide v1.1.4

### Fixed

- foundation-sites v6.3+ changed its folder structure, which caused errors
including the CSS files ( #15, @hawkins)

### Upgrade instructions for existing projects

Run

```
$ npm install --save exerslide@latest
$ exerslide copy-defaults
$ npm install
```

This will update `exerslide` to the latest version, copy the new template files
and install the latest version of foundation-sites.

---

## exerslide v1.1.3, markdown-converter v1.1.1 (2016-11-08)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/exerslide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exerslide",
"version": "1.1.3",
"version": "1.1.4",
"description": "A tool for creating HTML presentations with focus on exercises for web technologies",
"scripts": {
"test": "npm run test-browser && npm run test-server",
Expand Down

0 comments on commit 4ccb505

Please sign in to comment.