Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
target-branch: "develop"
# For now, we only want dependabot updates for vulnerabilities, not for
# out-of-date dependencies. Setting this limit to 0 prevents dependabot
# from creating multiple PRs due to out-of-date dependencies (security
# related updates are not affected by this limit)
open-pull-requests-limit: 0
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
author = 'Real-Time Innovations, Inc.'

# The full version, including alpha/beta/rc tags
release = '1.1.0'
version = '1.1.0'
release = '1.2.1'
version = '1.2.1'

master_doc = 'index'
primary_domain = 'js'
Expand Down Expand Up @@ -153,4 +153,4 @@ def setup(app):
# The name of an image file (relative to this directory) to place at the top of
# the title page.
#
html_logo = "static/rti-logo-FINALv2-White-OrangeDot.png"
html_logo = "static/rti-logo-FINALv2-White-OrangeDot.png"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rticonnextdds-connector",
"version": "1.1.0",
"version": "1.2.1",
"description": "RTI Connector for JavaScript",
"main": "rticonnextdds-connector.js",
"files": [
Expand Down