From 12cab5fc515bf64c9e254cc81173f8a134175f10 Mon Sep 17 00:00:00 2001 From: doowb Date: Wed, 1 Feb 2017 18:11:38 -0500 Subject: [PATCH 1/3] fix some links and typos --- .verb.md | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.verb.md b/.verb.md index 3d77844e1..55d290ab9 100644 --- a/.verb.md +++ b/.verb.md @@ -693,10 +693,10 @@ Please read our [gulp FAQ](docs/src/subjects/gulp-faq.md) for more information. Get updates on Assemble's development and chat with the project maintainers and community members. -- Follow [@assemble on Twitter](https://twitter.com/assemble). -* If you get like Assemble and want to tweet about it, please feel free to mention `@assemble` or use the `#assemble` hashtag +- Follow [@assemblejs on Twitter](https://twitter.com/assemblejs). +* If you like Assemble and want to tweet about it, please feel free to mention `@assemblejs` or use the `#assemble` hashtag - Read and subscribe to [The Official Assemble Blog]({%= homepage %}/blog). -- Join [the official Slack room](https://assemble-slack.herokuapp.com). +- Join [the official Slack room](https://assemble.github.io/slack). - Join the [conversation on Gitter](https://gitter.im/assemble/assemble?utm_source=share-link&utm_medium=link&utm_campaign=share-link) * Tell us about [your assemble project](https://github.com/assemble/assemble/issues/300) * Show your love by starring Assemble! diff --git a/README.md b/README.md index 3a5c54096..b3808c91a 100644 --- a/README.md +++ b/README.md @@ -743,12 +743,12 @@ Please read our [gulp FAQ](docs/src/subjects/gulp-faq.md) for more information. Get updates on Assemble's development and chat with the project maintainers and community members. -* Follow [@assemble on Twitter](https://twitter.com/assemble). +* Follow [@assemblejs on Twitter](https://twitter.com/assemblejs). -* If you get like Assemble and want to tweet about it, please feel free to mention `@assemble` or use the `#assemble` hashtag +* If you like Assemble and want to tweet about it, please feel free to mention `@assemblejs` or use the `#assemble` hashtag * Read and subscribe to [The Official Assemble Blog](https://github.com/assemble/assemble/blog). -* Join [the official Slack room](https://assemble-slack.herokuapp.com). +* Join [the official Slack room](https://assemble.github.io/slack). * Join the [conversation on Gitter](https://gitter.im/assemble/assemble?utm_source=share-link&utm_medium=link&utm_campaign=share-link) * Tell us about [your assemble project](https://github.com/assemble/assemble/issues/300) From 9f879145cedb58ced2a2a261eb40cbde8d22900e Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Thu, 2 Feb 2017 22:36:41 -0500 Subject: [PATCH 2/3] generate readme, update changelog --- README.md | 8 +++++++- changelog.md | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3808c91a..718fb3fbf 100644 --- a/README.md +++ b/README.md @@ -805,6 +805,12 @@ Custom labels used in this changelog: * `dependencies`: bumps dependencies * `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories. +## [0.20.0] - 2017-02-02 + +**dependencies** + +* Bumps [assemble-core](https://github.com/assemble/assemble-core) to v0.29.0 to take advantage of improvements to `dest` handling + ## [0.19.0] - 2017-02-01 **dependencies** @@ -914,4 +920,4 @@ MIT *** -_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 01, 2017._ \ No newline at end of file +_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.4.2, on February 02, 2017._ \ No newline at end of file diff --git a/changelog.md b/changelog.md index 0f4b6d968..14b16c0b4 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,12 @@ Custom labels used in this changelog: * `dependencies`: bumps dependencies * `housekeeping`: code re-organization, minor edits, or other changes that don't fit in one of the other categories. +## [0.20.0] - 2017-02-02 + +**dependencies** + +- Bumps [assemble-core] to v0.29.0 to take advantage of improvements to `dest` handling + ## [0.19.0] - 2017-02-01 **dependencies** From cf564e5f0b75c88cf3ee4aa5d7244298c35ff31b Mon Sep 17 00:00:00 2001 From: jonschlinkert Date: Thu, 2 Feb 2017 22:36:48 -0500 Subject: [PATCH 3/3] 0.20.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 54d479d10..a7948e98b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "assemble", "description": "Get the rocks out of your socks! Assemble makes you fast at creating web projects. Assemble is used by thousands of projects for rapid prototyping, creating themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites / static site generator, alternative to jekyll for gh-pages and more! Assemble can also be used with gulp and grunt.", - "version": "0.19.0", + "version": "0.20.0", "homepage": "https://github.com/assemble/assemble", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "authors": [ @@ -33,8 +33,8 @@ "test": "mocha" }, "dependencies": { - "assemble-core": "^0.28.0", - "assemble-loader": "^0.6.1", + "assemble-core": "^0.29.0", + "assemble-loader": "^0.7.0", "base-argv": "^0.5.0", "base-cli-process": "^0.1.18", "base-config": "^0.5.2", @@ -55,7 +55,7 @@ "devDependencies": { "base-store": "^0.4.4", "base-test-runner": "^0.2.0", - "base-test-suite": "^0.4.0", + "base-test-suite": "^0.4.1", "gulp": "^3.9.1", "gulp-eslint": "^3.0.1", "gulp-format-md": "^0.1.11",