Skip to content

Commit

Permalink
Prepared release 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
henriette-einstein committed Sep 2, 2020
1 parent 5a4a61c commit 5746aa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ A https://gulpjs.com[gulp] plugin to support https://asciidoctor-docs.netlify.ap

=== Installation with npm

npm i gulp-asciidoctor --save
npm i @asciidoctor/gulp-asciidoctor --save

=== Installation with yarn

yarn add gulp-asciidoctor
yarn add @asciidoctor/gulp-asciidoctor

== Usage

Expand All @@ -26,7 +26,7 @@ Here is a typical usage scenario:
[source,javascript]
----
const gulp = require('gulp')
const asciidoctor = require('gulp-asciidoctor')
const asciidoctor = require('@asciidoctor/gulp-asciidoctor')
function processAdocFiles (cb) {
gulp.src('/path/to/my/files/**/*.adoc')
Expand Down Expand Up @@ -133,7 +133,7 @@ The 'old' option 'header_footer' will be skipped in favor of the new option 'sta
* If both 'header_footer' and 'standalone' are set, the option 'header_footer' will be stripped.

== Changelog
- v2.2.4: Backend 'docbook5' is now supported
- v2.2.5: Backend 'docbook5' is now supported
- V2.2.0: upgrade to asciidoctor 2.2.0
- V2.1.1: upgrade to asciidoctor 2.1.1, mocha 7.1.0 and replaced gulp-util with replace-ext and plugin-error
- v1.5.5-4: upgrade asciidoctor.js to version 1.5.5-4 and use version consistent with asciidoctor.js.
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": "@asciidoctor/gulp-asciidoctor",
"version": "2.2.4",
"version": "2.2.5",
"description": "Gulp Asciidoctor plugin",
"license": "MIT",
"repository": "https://github.com/asciidoctor/gulp-asciidoctor",
Expand Down

0 comments on commit 5746aa1

Please sign in to comment.