Skip to content

Commit ebeaafa

Browse files
1.2.0 [skip ci]
1 parent 01692f4 commit ebeaafa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes
22

3+
## [1.2.0](https://github.com/prantlf/backbone-class-syntax/compare/v1.1.0...v1.2.0) (2025-12-09)
4+
5+
### Features
6+
7+
* Look for Backbone import only in import/export section ([01692f4](https://github.com/prantlf/backbone-class-syntax/commit/01692f43b11bcea250928822253e4a9f3123a483))
8+
39
## [1.1.0](https://github.com/prantlf/backbone-class-syntax/compare/v1.0.0...v1.1.0) (2025-12-09)
410

511
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "backbone-class-syntax",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Helps moving well-known properties from classes inherited from Backbone and Marionette classes to object prototypes.",
55
"author": "Ferdinand Prantl <prantlf@gmail.com>",
66
"license": "MIT",

0 commit comments

Comments
 (0)