Skip to content

Commit 551da12

Browse files
committed
chore(release): 3.0.0
1 parent 1a5b37e commit 551da12

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/ecomplus/application-sdk/compare/v2.0.0...v3.0.0) (2026-03-19)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* restore setup() signature (dbFilename, disableUpdates, firestoreDb)
11+
12+
### Bug Fixes
13+
14+
* restore setup() signature (dbFilename, disableUpdates, firestoreDb) ([1a5b37e](https://github.com/ecomplus/application-sdk/commit/1a5b37ea345a158ffa063f304a718b045aab32c3))
15+
516
## [2.0.0](https://github.com/ecomplus/application-sdk/compare/v1.15.7...v2.0.0) (2026-03-19)
617

718

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ecomplus/application-sdk",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "App auth and methods to E-Com Plus Store API with NodeJS and Firestore",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)