We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b815f commit 2413c4eCopy full SHA for 2413c4e
lib/docs/scrapers/mongoose.rb
@@ -2,7 +2,7 @@ module Docs
2
class Mongoose < UrlScraper
3
self.name = 'Mongoose'
4
self.type = 'mongoose'
5
- self.release = '4.11.8'
+ self.release = '4.12.0'
6
self.base_url = 'http://mongoosejs.com/docs/'
7
self.root_path = 'index.html'
8
self.initial_paths = %w(guide.html api.html)
0 commit comments