Skip to content

Commit 16d8ea3

Browse files
committed
1.2.1
1 parent af6703d commit 16d8ea3

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.1] - 2024-07-26
8+
### Changed
9+
- Use webpack instead of react-scripts
10+
### Security
11+
- Update all dependencies to their latest version
12+
713
## [1.2.0] - 2023-08-11
814
### Added
915
- Google preview
@@ -22,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2228
### Changed
2329
- Publish package signed with npm package provenance.
2430

31+
[1.2.1]: https://github.com/voorhoede/datocms-plugin-extended-seo-v2/compare/v1.2.0...v1.2.1
2532
[1.2.0]: https://github.com/voorhoede/datocms-plugin-extended-seo-v2/compare/v1.1.2...v1.2.0
2633
[1.1.2]: https://github.com/voorhoede/datocms-plugin-extended-seo-v2/compare/v1.1.1...v1.1.2
2734
[1.1.1]: https://github.com/voorhoede/datocms-plugin-extended-seo-v2/compare/v1.1.0...v1.1.1

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datocms-plugin-extended-seo-v2",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"homepage": "https://github.com/voorhoede/datocms-plugin-extended-seo-v2",
55
"description": "Extends SEO meta field",
66
"engines": {

0 commit comments

Comments
 (0)