Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Commit

Permalink
doc: Update version/CHANGELOG for v25
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Sep 13, 2021
1 parent 90f446d commit bb66df8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v25 (2021-09-12)

## Features

- Updated system for Buttplug v5 user config file expectations
- Added yet another warning about stopping the devices tab before connecting other things.

# v24 (2021-07-05)

## Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core-backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-core-backend-library",
"version": "24.0.0",
"version": "25.0.0",
"description": "Desktop Intiface Application - Core Backend Library",
"main": "dist/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-core-library",
"version": "24.0.0",
"version": "25.0.0",
"description": "Desktop Intiface Application - Core Library",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/intiface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-desktop",
"version": "24.0.0",
"version": "25.0.0",
"private": true,
"author": "Nonpolynomial <kyle@nonpolynolmial.com>",
"homepage": "https://intiface.com/desktop",
Expand Down
2 changes: 1 addition & 1 deletion packages/protocols/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-protocols",
"version": "24.0.0",
"version": "25.0.0",
"description": "Protocols for intiface process bindings",
"main": "./protocols/intiface_pb.js",
"types": "./protocols/intiface_pb.d.ts",
Expand Down

0 comments on commit bb66df8

Please sign in to comment.