Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
swthate committed Jun 10, 2019
2 parents 1f154e9 + ff924f8 commit 461776e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.1 - 2019-06-10
### Fixed
- `composer.json` had an autoload.psr-4 invalid value: `"modules\\sitemodule"` needs to end with a namespace separator, i.e. `"modules\\sitemodule\\"`.

## 3.0.0 - 2019-06-10
### Changed
- Rebuilt using craft-vue-tailwind v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-workbench",
"version": "3.0.0",
"version": "3.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down

0 comments on commit 461776e

Please sign in to comment.